[cpan2nix] perlPackages.CryptX: 0.057 -> 0.059

This commit is contained in:
volth 2018-04-07 07:51:29 +00:00
parent cf9df9ebc2
commit 9a3e2b6486

View File

@ -2945,12 +2945,11 @@ let self = _self // overrides; _self = with self; {
};
CryptX = buildPerlPackage rec {
name = "CryptX-0.057";
name = "CryptX-0.059";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
sha256 = "b85fffbc8ecc0b8f1f768926c6b31e755e6df15556462d101d45ef5c48f9d025";
sha256 = "3ef0d6493f332b6a2e1b0d20eda034d060d66f19f48d47244c788c26dca09d27";
};
propagatedBuildInputs = [ JSONMaybeXS ];
meta = {
description = "Crypto toolkit";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];