haskell-certificate: update to version 1.3.7
This commit is contained in:
parent
a6deed86c1
commit
6c9c18833f
@ -4,14 +4,13 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "certificate";
|
pname = "certificate";
|
||||||
version = "1.3.6";
|
version = "1.3.7";
|
||||||
sha256 = "1w7xndslapy4ycgf2xshgx90i3v04nsck9l2mzc74nrnwm817b2m";
|
sha256 = "06sfka5p381gayx2q7vvyr7dl8q8d4jfqdrys3k0z8fjxdbqrqya";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
|
asn1Data cryptohash cryptoPubkeyTypes filepath mtl pem time
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-certificate";
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
||||||
description = "Certificates and Key Reader/Writer";
|
description = "Certificates and Key Reader/Writer";
|
||||||
|
Loading…
Reference in New Issue
Block a user