[cpan2nix] perlPackages.TestMockObject: 1.20191002 -> 1.20200122
This commit is contained in:
parent
b1d381fec9
commit
14663f565e
1 changed files with 3 additions and 3 deletions
|
@ -18169,10 +18169,10 @@ let
|
|||
|
||||
TestMockObject = buildPerlPackage {
|
||||
pname = "Test-MockObject";
|
||||
version = "1.20191002";
|
||||
version = "1.20200122";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20191002.tar.gz;
|
||||
sha256 = "c76a4ccff1994a7668b4403df6c36d2539611076dac0afbc361c1e71a4191998";
|
||||
url = mirror://cpan/authors/id/C/CH/CHROMATIC/Test-MockObject-1.20200122.tar.gz;
|
||||
sha256 = "2b7f80da87f5a6fe0360d9ee521051053017442c3a26e85db68dfac9f8307623";
|
||||
};
|
||||
buildInputs = [ TestException TestWarn ];
|
||||
propagatedBuildInputs = [ UNIVERSALcan UNIVERSALisa ];
|
||||
|
|
Loading…
Reference in a new issue