mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
haskell-uuid: update to version 1.2.13
This commit is contained in:
parent
6b33985fc7
commit
4e359215c5
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "uuid";
|
pname = "uuid";
|
||||||
version = "1.2.12";
|
version = "1.2.13";
|
||||||
sha256 = "023954gx1hqf1v4qlzwy3nlxwn9yll0642p16w3vayrahcm27ljb";
|
sha256 = "0y9r71iqvabmvyrglw42g37skgisyknkv3pkfih2qfrfkk75zw0s";
|
||||||
buildDepends = [ binary cryptohash maccatcher random time ];
|
buildDepends = [ binary cryptohash maccatcher random time ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
criterion deepseq HUnit mersenneRandomPure64 QuickCheck random
|
criterion deepseq HUnit mersenneRandomPure64 QuickCheck random
|
||||||
|
Loading…
Reference in New Issue
Block a user