haskell-digest: updated to version 0.0.1.0

svn path=/nixpkgs/trunk/; revision=29029
This commit is contained in:
Peter Simons 2011-09-05 17:29:34 +00:00
parent a2f91fa8b0
commit 116aa6a9e5

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "digest";
version = "0.0.0.9";
sha256 = "15gj3iq3jm4lnkc6hnj9v8p8ia3yzbsajwf9by3b1kpl449k2h29";
version = "0.0.1.0";
sha256 = "1p2fk950ivdj7pvc624y0fx48rdh0ax3rw9606926n60mxi9fca0";
extraLibraries = [ zlib ];
meta = {
description = "Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now";