haskell-crypto-pubkey-types: update to version 0.3.2
This commit is contained in:
parent
319fc22b7c
commit
6dc8a1158f
@ -1,9 +1,10 @@
|
|||||||
{ cabal }:
|
{ cabal, asn1Types }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "crypto-pubkey-types";
|
pname = "crypto-pubkey-types";
|
||||||
version = "0.2.0";
|
version = "0.3.2";
|
||||||
sha256 = "1arzkyxcm1ffnwk7imxkwvyi20dp8n960vzj7cbl7fhv3j04c9xq";
|
sha256 = "12gzx4mj8rc243vvjkzvrxnj2f7x3z86yfgahx3my5vsaw4bix2h";
|
||||||
|
buildDepends = [ asn1Types ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
|
homepage = "http://github.com/vincenthz/hs-crypto-pubkey-types";
|
||||||
description = "Generic cryptography Public keys algorithm types";
|
description = "Generic cryptography Public keys algorithm types";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user