haskell-cprng-aes: updated to version 0.2.3

svn path=/nixpkgs/trunk/; revision=30159
This commit is contained in:
Peter Simons 2011-10-31 22:38:47 +00:00
parent 4da7dbb56f
commit 0187ec7032

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cprng-aes";
version = "0.2.2";
sha256 = "0jfa9fb670bqlnkplmscz878hvdbpap47xfxvshgs102iq7rjasf";
version = "0.2.3";
sha256 = "1xyphzb3afvw7kpgq3b0c86b45rp5a8s870gag1lp7h686lhfnn3";
buildDepends = [ cereal cryptoApi cryptocipher entropy random ];
meta = {
homepage = "http://github.com/vincenthz/hs-cprng-aes";