3
0
Fork 0
forked from mirrors/nixpkgs

haskell-cryptohash: update to version 0.8.3

This commit is contained in:
Peter Simons 2013-01-04 19:17:21 +01:00
parent a17b729ebe
commit 51d2037ebc

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "cryptohash";
version = "0.8.2";
sha256 = "0mym1q5sa1pqfffy0p8v12lfim1dlaczppw3c3wjhxgs222303wj";
version = "0.8.3";
sha256 = "1fcqbbclii2hmbhi7h64v0nnbc34zzs107m3lqq38iiyy5fvqqv2";
buildDepends = [ cereal cryptoApi tagged ];
meta = {
homepage = "http://github.com/vincenthz/hs-cryptohash";