about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/uucp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-12-02 14:47:08 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-12-02 19:46:23 +0100
commit241914a8f78059281fc5d41924f941aecaa470fb (patch)
tree447219b79d88d16d0be1ae89f43ac0bb293761a7 /pkgs/development/ocaml-modules/uucp
parent16037c6df5d99d8f19a46f686a63072ab071d69b (diff)
downloadnixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar.gz
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar.bz2
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar.lz
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar.xz
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.tar.zst
nixlib-241914a8f78059281fc5d41924f941aecaa470fb.zip
ocaml-uucp: 0.9.1 -> 1.1.0
Diffstat (limited to 'pkgs/development/ocaml-modules/uucp')
-rw-r--r--pkgs/development/ocaml-modules/uucp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/uucp/default.nix b/pkgs/development/ocaml-modules/uucp/default.nix
index 121f333f5433..67df949ac8bf 100644
--- a/pkgs/development/ocaml-modules/uucp/default.nix
+++ b/pkgs/development/ocaml-modules/uucp/default.nix
@@ -4,7 +4,7 @@ let
   inherit (stdenv.lib) getVersion versionAtLeast;
 
   pname = "uucp";
-  version = "0.9.1";
+  version = "1.1.0";
   webpage = "http://erratique.ch/software/${pname}";
 in
 
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   src = fetchurl {
     url = "${webpage}/releases/${pname}-${version}.tbz";
-    sha256 = "0mbrh5fi2b9a4bl71p7hfs0wwbw023ww44n20x0syxn806wjlrkm";
+    sha256 = "1vm5f2ppdrnk19j0ppjiqz56qf5bzyk26gs0lz071s7iblk459jz";
   };
 
   buildInputs = [ ocaml findlib opam ];