3
0
Fork 0
forked from mirrors/nixpkgs

haskell-uuid: update to version 1.3.7

This commit is contained in:
Peter Simons 2014-12-24 13:51:38 +01:00
parent 4e33809757
commit fcbc18e5c2

View file

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "uuid";
version = "1.3.5";
sha256 = "1pbla9fqadk5ia42c45qvdn1617gl8nv3b0bsb5yy3lh414v32q9";
version = "1.3.7";
sha256 = "01idfi9vdmcz8fkgnfa0bpz6khx4x2r0rzynzha42irl7881da21";
buildDepends = [
binary cryptohash deepseq hashable networkInfo random time
];
@ -19,7 +19,7 @@ cabal.mkDerivation (self: {
jailbreak = true;
doCheck = false;
meta = {
homepage = "http://projects.haskell.org/uuid/";
homepage = "https://github.com/aslatter/uuid";
description = "For creating, comparing, parsing and printing Universally Unique Identifiers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;