haskell-cipher-des: update to version 0.0.3

This commit is contained in:
Peter Simons 2013-09-06 13:13:30 +02:00
parent 5d0ffebdf7
commit 19faee15ef

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "cipher-des";
version = "0.0.2";
sha256 = "1bykxfn2jhqzr5l2319bbyr8ky6i844m2lm39axvfizfxav9wbgz";
version = "0.0.3";
sha256 = "1gcpwfxrlgwl34yy7k3vhpmcrmyiirbmz40zssk2lv6cfrylc4z7";
buildDepends = [ byteable cryptoCipherTypes securemem ];
testDepends = [
byteable cryptoCipherTests cryptoCipherTypes QuickCheck