mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.CryptDHGMP: update from 0.00010 to 0.00011
This commit is contained in:
parent
fba4776d08
commit
646506620c
1 changed files with 2 additions and 2 deletions
|
@ -1601,10 +1601,10 @@ rec {
|
|||
};
|
||||
|
||||
CryptDHGMP = buildPerlPackage rec {
|
||||
name = "Crypt-DH-GMP-0.00010";
|
||||
name = "Crypt-DH-GMP-0.00011";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id//D/DM/DMAKI/${name}.tar.gz";
|
||||
sha256 = "7d947cd48a98880df4fb5b0785758bef9ae1357eba7c376ad0fca3fd262a5fe9";
|
||||
sha256 = "0c9sz67lh2d2pn9z82hngzns4sqqnawdc8a1yl7p7pc0l4r0q3hz";
|
||||
};
|
||||
buildInputs = [ DevelChecklib TestRequires pkgs.gmp ];
|
||||
NIX_CFLAGS_COMPILE = "-I${pkgs.gmp}/include";
|
||||
|
|
Loading…
Reference in a new issue