perlPackages.TestWithoutModule: 0.20 -> 0.21

This commit is contained in:
Stig Palmquist
2023-07-06 14:14:34 +02:00
parent 6ab63f9acb
commit 984dc4c048
+3 -3
View File
@@ -25165,10 +25165,10 @@ with self; {
TestWithoutModule = buildPerlPackage {
pname = "Test-Without-Module";
version = "0.20";
version = "0.21";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CO/CORION/Test-Without-Module-0.20.tar.gz";
hash = "sha256-jprrfDKmxtC4qTEU2yqMBychJzqdmi3U+cqGz9KKpSQ=";
url = "mirror://cpan/authors/id/C/CO/CORION/Test-Without-Module-0.21.tar.gz";
hash = "sha256-PN6vraxIU+vq/miTRtVV2l36PPqdTITj5ee/7lC+7EY=";
};
meta = {
description = "Test fallback behaviour in absence of modules";