Skip to content

Commit

Permalink
perl-CryptX: 0.038 -> 0.040
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Sep 17, 2016
1 parent 3cb932a commit c5b7d26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -2733,15 +2733,16 @@ let self = _self // overrides; _self = with self; {
};

CryptX = buildPerlPackage rec {
name = "CryptX-0.038";
name = "CryptX-0.040";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
sha256 = "f98d4ee3bfd0a985077912501b32777c551f0782aa050b4dfbcb3d654e303eb8";
sha256 = "0e1e44811e951fa04971912a8b03cf41de540d8cf8d464c5655aaf3bf976db50";
};
propagatedBuildInputs = [ JSONMaybeXS ];
meta = {
description = "Crypto toolkit";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.rycee ];
};
};

Expand Down

0 comments on commit c5b7d26

Please sign in to comment.