haskell-cipher-aes: update to version 0.1.4
This commit is contained in:
parent
4e3daebfba
commit
0444c4cc34
@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "cipher-aes";
|
pname = "cipher-aes";
|
||||||
version = "0.1.2";
|
version = "0.1.4";
|
||||||
sha256 = "1c8drabfmx5wc519kxsr64bdvakfvxwzhfh7ym01kk1dpja0nlnq";
|
sha256 = "0yidq4swwhn1ldm16faraa00gpy946r9ndjkwhfps4pb3h96z0hz";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-cipher-aes";
|
homepage = "http://github.com/vincenthz/hs-cipher-aes";
|
||||||
description = "Fast AES cipher implementation with advanced mode of operations";
|
description = "Fast AES cipher implementation with advanced mode of operations";
|
||||||
|
Loading…
Reference in New Issue
Block a user