[cpan2nix] perlPackages.CryptX: 0.059 -> 0.060

This commit is contained in:
volth 2018-06-02 20:33:43 +00:00
parent 7a3bba978c
commit 4897e523d3
1 changed files with 2 additions and 2 deletions

View File

@ -3189,10 +3189,10 @@ let self = _self // overrides; _self = with self; {
};
CryptX = buildPerlPackage rec {
name = "CryptX-0.059";
name = "CryptX-0.060";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
sha256 = "3ef0d6493f332b6a2e1b0d20eda034d060d66f19f48d47244c788c26dca09d27";
sha256 = "8fab3d34fd4892349151fa4220e582d05baed8444613afa8e75e961385a6af69";
};
meta = {
description = "Crypto toolkit";