perlPackages.DevelFindPerl: 0.015 -> 0.016

This commit is contained in:
Stig Palmquist 2023-08-01 16:46:53 +02:00
parent f7a347eeb6
commit 74e20f5272
No known key found for this signature in database
GPG key ID: C02CE66D684EC1FE

View file

@ -7349,10 +7349,10 @@ with self; {
DevelFindPerl = buildPerlPackage {
pname = "Devel-FindPerl";
version = "0.015";
version = "0.016";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LE/LEONT/Devel-FindPerl-0.015.tar.gz";
hash = "sha256-UnW33CJv5/Fstp/G+Z9eKahSxqTTt4arGIajE4Z0Pfw=";
url = "mirror://cpan/authors/id/L/LE/LEONT/Devel-FindPerl-0.016.tar.gz";
hash = "sha256-Q6K/L3h6PxuIEXkGMWKyqj58sET25eduxkZq6QqGETg=";
};
meta = {
description = "Find the path to your perl";