haskell-crypto-api: updated to version 0.8

svn path=/nixpkgs/trunk/; revision=29959
This commit is contained in:
Peter Simons
2011-10-21 16:13:49 +00:00
parent 75c3c1418d
commit 7d2a905c82
2 changed files with 3 additions and 3 deletions

View File

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