aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/ocaml-modules/uucp
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2014-12-26 22:53:21 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2014-12-27 09:17:09 +0100
commit3ccd6509ada8051c7d1d05da16a1ec4947b0487c (patch)
tree79e168bda2df8e58a834eee8db5e8e01c052e285 /pkgs/development/ocaml-modules/uucp
parent79f82686e1861f0b55e620fad28ef6c66593a3a2 (diff)
ocaml-uucp: update from 0.9.0 to 0.9.1
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 2ee39cab9f4..121f333f543 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.0";
+ version = "0.9.1";
webpage = "http://erratique.ch/software/${pname}";
in
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "${webpage}/releases/${pname}-${version}.tbz";
- sha256 = "1cwjr16cg03h30r97lnb32g725qi7ma76kr2aly5smc3m413dhqy";
+ sha256 = "0mbrh5fi2b9a4bl71p7hfs0wwbw023ww44n20x0syxn806wjlrkm";
};
buildInputs = [ ocaml findlib opam ];