mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
[cpan2nix] perlPackages.TestSimple13: 1.302125 -> 1.302135
This commit is contained in:
parent
bc4bf651cb
commit
5d8b3b05fc
@ -14466,17 +14466,16 @@ let self = _self // overrides; _self = with self; {
|
|||||||
TestSimple = null;
|
TestSimple = null;
|
||||||
|
|
||||||
TestSimple13 = buildPerlPackage rec {
|
TestSimple13 = buildPerlPackage rec {
|
||||||
name = "Test-Simple-1.302125";
|
name = "Test-Simple-1.302135";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302125.tar.gz;
|
url = mirror://cpan/authors/id/E/EX/EXODIST/Test-Simple-1.302135.tar.gz;
|
||||||
sha256 = "8a3785a4fa60c4c5ae0c5cac2f3312242f2b36ca20e368d8a9ec22b4061aa317";
|
sha256 = "889b59d5fb5955b5d15dbef1020aa2e9a3ccafacc8717c16a939d7cfd619ab70";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Basic utilities for writing tests";
|
description = "Basic utilities for writing tests";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
buildInputs = [ ExtUtilsMakeMaker ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
TestSpec = buildPerlPackage rec {
|
TestSpec = buildPerlPackage rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user