haskell-skein: update to version 1.0.3
This commit is contained in:
parent
e658070162
commit
dc52f9b8a1
1 changed files with 2 additions and 3 deletions
|
@ -2,11 +2,10 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "skein";
|
pname = "skein";
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
sha256 = "1wzy586lcr0pxsdf4lvqhbzq8bsm26gm71jlmv64i22f99n5s9h2";
|
sha256 = "15vzydywhwjdgybabvv6lfk1vjs7blvs3k2apwxjdjh2q7jmgkam";
|
||||||
buildDepends = [ cereal cryptoApi tagged ];
|
buildDepends = [ cereal cryptoApi tagged ];
|
||||||
testDepends = [ cereal cryptoApi filepath hspec tagged ];
|
testDepends = [ cereal cryptoApi filepath hspec tagged ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/meteficha/skein";
|
homepage = "https://github.com/meteficha/skein";
|
||||||
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";
|
description = "Skein, a family of cryptographic hash functions. Includes Skein-MAC as well.";
|
||||||
|
|
Loading…
Reference in a new issue