haskell-crypto-pubkey: update to version 0.2.5

This commit is contained in:
Peter Simons 2014-12-12 09:48:45 +01:00
parent 373f0f3b48
commit a00162df4a

View File

@ -7,8 +7,8 @@
cabal.mkDerivation (self: {
pname = "crypto-pubkey";
version = "0.2.4";
sha256 = "0mdjr6zma2q7r2z9qibp2bwf73bis6zrv7ss62i4pz42kndb9hh4";
version = "0.2.5";
sha256 = "18rxm6mgxp8x4ns2725pw6ja2g6n6k64dj9cbwdlsb13pkdh3lxq";
buildDepends = [
byteable cryptohash cryptoNumbers cryptoPubkeyTypes cryptoRandom
];