perl-CryptX: 0.044 -> 0.050

This commit is contained in:
Robert Helgesson 2017-07-25 18:09:31 +02:00
parent 099ce92082
commit 1b88217139
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -2859,16 +2859,15 @@ let self = _self // overrides; _self = with self; {
};
CryptX = buildPerlPackage rec {
name = "CryptX-0.044";
name = "CryptX-0.050";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
sha256 = "15e5e6bd7b90af24c7e730751fec7b10d8e22ef4380d527bda242dee7dd20443";
sha256 = "c1de040779d9f5482d0a2f17a9a5aa6b069c7c58c07fbe26ab62bc689a5c9161";
};
propagatedBuildInputs = [ JSONMaybeXS ];
meta = {
description = "Crypto toolkit";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};