haskell-cipher-aes: update to version 0.2.8
This commit is contained in:
parent
7227516bc6
commit
4b52f0bdff
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "cipher-aes";
|
||||
version = "0.2.7";
|
||||
sha256 = "1a5viy2frkdqhzzlipd2ik89a04gv95v4b98lgpsas2958r9c9yp";
|
||||
version = "0.2.8";
|
||||
sha256 = "13hg8gxhs7hmni72kp14hmhvfv1kj7fnl83i72bz3aq15vx3z61z";
|
||||
buildDepends = [ byteable cryptoCipherTypes securemem ];
|
||||
testDepends = [
|
||||
byteable cryptoCipherTests cryptoCipherTypes QuickCheck
|
||||
|
|
Loading…
Reference in a new issue