about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-10 20:40:48 +0200
committerPeter Simons <simons@cryp.to>2014-09-14 00:06:39 +0200
commit4531a7dcf2142d2cfb062deecbb8ca3fdbd6099a (patch)
treeb6d8ea323c6e79f2525b95311fe0d4edd697b3ff
parentf314e4c9c3bdc8ce9de00e078eea0c73f7c9bb10 (diff)
haskell-uuid: update to version 1.3.4
-rw-r--r--pkgs/development/libraries/haskell/uuid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/uuid/default.nix b/pkgs/development/libraries/haskell/uuid/default.nix
index eb36f5555aeec..44fb5bde2bf87 100644
--- a/pkgs/development/libraries/haskell/uuid/default.nix
+++ b/pkgs/development/libraries/haskell/uuid/default.nix
@@ -7,8 +7,8 @@
 
 cabal.mkDerivation (self: {
   pname = "uuid";
-  version = "1.3.3";
-  sha256 = "12sfspmrnpqbwwscv3w41pkkdbfvy1aaa84y7is0d3ffk5rll80m";
+  version = "1.3.4";
+  sha256 = "03gab2dg52i4ysxw6vdzdd018qy0lycq7x3gcbx0r9c8vsqvafmc";
   buildDepends = [
     binary cryptohash deepseq hashable networkInfo random time
   ];