perlPackages.PackageStash: 0.39 -> 0.40

This commit is contained in:
Stig Palmquist 2023-10-10 11:57:04 +02:00
parent e6fc8d5a5b
commit 54a9a59f50

View File

@ -19163,10 +19163,10 @@ with self; {
PackageStash = buildPerlPackage {
pname = "Package-Stash";
version = "0.39";
version = "0.40";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/Package-Stash-0.39.tar.gz";
hash = "sha256-kWX1VREuCASTzg6RKd4Ihtowslk/s1Oiq9HHay0mIbU=";
url = "mirror://cpan/authors/id/E/ET/ETHER/Package-Stash-0.40.tar.gz";
hash = "sha256-WpcixtnLKe4TPl97CKU2J2KgtWM/9RcGQqWwaG6V4GY=";
};
buildInputs = [ CPANMetaCheck TestFatal TestNeeds TestRequires ];
propagatedBuildInputs = [ DistCheckConflicts ModuleImplementation ];