3
0
Fork 0
forked from mirrors/nixpkgs

[cpan2nix] perlPackages.CryptJWT: 0.023 -> 0.024

This commit is contained in:
volth 2019-04-22 01:09:52 +00:00
parent 1e1b91225d
commit c40aba01e1

View file

@ -2919,10 +2919,10 @@ let
};
CryptJWT = buildPerlPackage rec {
name = "Crypt-JWT-0.023";
name = "Crypt-JWT-0.024";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MI/MIK/${name}.tar.gz";
sha256 = "540594d0051028e00e586eb7827df09b01c091c648bb6b210de3124fe118524b";
sha256 = "4fcb81992fa61c0dbeb7c3582e887a92746aca76a42609091d986350e91892c5";
};
propagatedBuildInputs = [ CryptX JSONMaybeXS ];
meta = {