haskell-cryptohash: updated to version 0.7.2

svn path=/nixpkgs/trunk/; revision=29113
This commit is contained in:
Peter Simons 2011-09-08 18:39:54 +00:00
parent 4a2b9bbaa8
commit 3a1d709073

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cryptohash";
version = "0.7.1";
sha256 = "1bblhqidzb8b75fk9zb1ibdssmbh1kaq20q144c9y1cas3gbn6h3";
version = "0.7.2";
sha256 = "1c23cgkp9y18yrahjn7nz5z2y3xdn16mrgpczidd6jwhp6f2zd42";
isLibrary = true;
isExecutable = true;
buildDepends = [ cereal cryptoApi tagged ];