mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
haskell-crypto-numbers: update to version 0.2.1
This commit is contained in:
parent
ab574fc4fe
commit
642a838e0a
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "crypto-numbers";
|
||||
version = "0.2.0";
|
||||
sha256 = "1s4q9qqb7qb0shaxmhhxixsnhgwn2h6nxxblkfqqqvkdiwis278j";
|
||||
version = "0.2.1";
|
||||
sha256 = "1bc24xk101x7npv083gzh3vjzwjh65ql85h4z0vxk3lnd0pmdmnq";
|
||||
buildDepends = [ cryptoRandom vector ];
|
||||
testDepends = [
|
||||
byteable cryptoRandom HUnit QuickCheck testFramework
|
||||
|
|
Loading…
Reference in a new issue