perl-CryptX: 0.044 -> 0.050
This commit is contained in:
parent
099ce92082
commit
1b88217139
@ -2859,16 +2859,15 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
CryptX = buildPerlPackage rec {
|
CryptX = buildPerlPackage rec {
|
||||||
name = "CryptX-0.044";
|
name = "CryptX-0.050";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
|
||||||
sha256 = "15e5e6bd7b90af24c7e730751fec7b10d8e22ef4380d527bda242dee7dd20443";
|
sha256 = "c1de040779d9f5482d0a2f17a9a5aa6b069c7c58c07fbe26ab62bc689a5c9161";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ JSONMaybeXS ];
|
propagatedBuildInputs = [ JSONMaybeXS ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Crypto toolkit";
|
description = "Crypto toolkit";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.rycee ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user