about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules
diff options
context:
space:
mode:
authorAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:10:14 +0200
committerAristid Breitkreuz <aristidb@gmail.com>2014-10-08 20:23:28 +0200
commitb9487dcd0010365a22984216fb88be273a20228a (patch)
treea1b96fc21bd7fc409ceec0d2c8199730e7261915 /pkgs/development/ocaml-modules
parent91ce3084a7ca4b95440d60101f9f4a1fc8979a84 (diff)
downloadnixlib-b9487dcd0010365a22984216fb88be273a20228a.tar
nixlib-b9487dcd0010365a22984216fb88be273a20228a.tar.gz
nixlib-b9487dcd0010365a22984216fb88be273a20228a.tar.bz2
nixlib-b9487dcd0010365a22984216fb88be273a20228a.tar.lz
nixlib-b9487dcd0010365a22984216fb88be273a20228a.tar.xz
nixlib-b9487dcd0010365a22984216fb88be273a20228a.tar.zst
nixlib-b9487dcd0010365a22984216fb88be273a20228a.zip
ocamlPackages.calendar: update from 2.03.2 to 2.5
Diffstat (limited to 'pkgs/development/ocaml-modules')
-rw-r--r--pkgs/development/ocaml-modules/calendar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/calendar/default.nix b/pkgs/development/ocaml-modules/calendar/default.nix
index 6af7ce250772..48aaf9725037 100644
--- a/pkgs/development/ocaml-modules/calendar/default.nix
+++ b/pkgs/development/ocaml-modules/calendar/default.nix
@@ -1,9 +1,9 @@
 {stdenv, fetchurl, ocaml, findlib}:
 
 stdenv.mkDerivation {
-  name = "ocaml-calendar-2.03.2";
+  name = "ocaml-calendar-2.5";
   src = fetchurl {
-    url = https://forge.ocamlcore.org/frs/download.php/915/calendar-2.03.2.tar.gz;
+    url = https://forge.ocamlcore.org/frs/download.php/915/calendar-2.5.tar.bz2;
     sha256 = "04pvhwb664g3s644c7v7419a3kvf5s3pynkhmk5j59dvlfm1yf0f";
     };