haskell-crypto-api: updated to version 0.9

svn path=/nixpkgs/trunk/; revision=31981
This commit is contained in:
Peter Simons 2012-02-02 13:33:58 +00:00
parent 57c1279ce8
commit 0ff6866501

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "crypto-api";
version = "0.8";
sha256 = "1fwkafb9v2348vr1a4xnlmkgs4kh85az4f3wnrl9cbqwxf3cc328";
version = "0.9";
sha256 = "11372brnpiqdm6fdfp95wyyl8nvhbagnq0q2bdhn4xsskpnp4hnp";
buildDepends = [ cereal entropy largeword tagged ];
meta = {
homepage = "http://trac.haskell.org/crypto-api/wiki";