Merge #247843: perlPackages.locallib: 2.000024 -> 2.000029

...into staging-next
This commit is contained in:
Vladimír Čunát 2023-08-08 07:15:36 +02:00
commit 3280523398
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -13874,10 +13874,10 @@ with self; {
locallib = buildPerlPackage {
pname = "local-lib";
version = "2.000024";
version = "2.000029";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HA/HAARG/local-lib-2.000024.tar.gz";
hash = "sha256-LpuRe9SKBhXkJjOyoydJTgRhDY9xB2W5ST0wbOrZigU=";
url = "mirror://cpan/authors/id/H/HA/HAARG/local-lib-2.000029.tar.gz";
hash = "sha256-jfh6EMFMjpCcW0fFcB5LgYfVGeUlHofIBwmwK7M+/dc=";
};
propagatedBuildInputs = [ ModuleBuild ];
meta = {