perlPackages.locallib: 2.000024 -> 2.000029

This commit is contained in:
Stig Palmquist 2023-08-08 03:45:42 +02:00
parent 4507a6bd1f
commit 82d528c168
No known key found for this signature in database

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 = {