[cpan2nix] perlPackages.CryptPKCS10: 1.9 -> 2.001
This commit is contained in:
parent
acf4096663
commit
b3e531977c
1 changed files with 3 additions and 3 deletions
|
@ -2929,10 +2929,10 @@ let
|
|||
};
|
||||
|
||||
CryptPKCS10 = buildPerlModule {
|
||||
name = "Crypt-PKCS10-1.9";
|
||||
name = "Crypt-PKCS10-2.001";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/M/MR/MRSCOTTY/Crypt-PKCS10-1.9.tar.gz;
|
||||
sha256 = "ee0ce58cc17e9a8d7a6f33f3f26aca5be7edfc054204f7946370b3a8d291f0fd";
|
||||
url = mirror://cpan/authors/id/M/MR/MRSCOTTY/Crypt-PKCS10-2.001.tar.gz;
|
||||
sha256 = "f7945b76a2d8f4d8ecf627b2eb8ea4f41d001e6a915efe82e71d6b97fea3ffa9";
|
||||
};
|
||||
buildInputs = [ pkgs.unzip ModuleBuildTiny ];
|
||||
propagatedBuildInputs = [ ConvertASN1 ];
|
||||
|
|
Loading…
Reference in a new issue