haskell-cipher-blowfish: update to version 0.0.3

This commit is contained in:
Peter Simons 2013-10-10 11:50:46 +02:00
parent ff8fc2a3dc
commit 24dfe9bd79

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "cipher-blowfish";
version = "0.0.2";
sha256 = "08jc1qsvnyk7zm7bp0nibkc6lx3bkid79cn1r6fidmccf716r3sp";
version = "0.0.3";
sha256 = "0hb67gmiyqrknynz5am8nada1b1v47rqla87dw5nvfhxhl51fhcg";
buildDepends = [ byteable cryptoCipherTypes securemem vector ];
testDepends = [
byteable cryptoCipherTests cryptoCipherTypes QuickCheck