haskell-cryptohash-cryptoapi: update to version 0.1.3

This commit is contained in:
Peter Simons 2014-04-07 12:43:19 +02:00
parent 448d6458a6
commit 9e04637777

View file

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