3
0
Fork 0
forked from mirrors/nixpkgs

haskell-cprng-aes: update to version 0.5.2

This commit is contained in:
Peter Simons 2013-09-08 22:05:39 +02:00
parent 7669fcf036
commit ab574fc4fe

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cprng-aes"; pname = "cprng-aes";
version = "0.5.1"; version = "0.5.2";
sha256 = "1bw76y2krcshimvwzph76d69bdfaxfi21w4dxfslmqm78knlls47"; sha256 = "1nf8dd83ywriq2ynv48f2s5lvc9s3srq4j5vbspmf0kc74kmq2pf";
buildDepends = [ byteable cipherAes cryptoRandom random ]; buildDepends = [ byteable cipherAes cryptoRandom random ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes"; homepage = "http://github.com/vincenthz/hs-cprng-aes";