perlPackages.DevelPatchPerl: 2.04 -> 2.08

This commit is contained in:
Zak B. Elep 2022-03-21 13:17:36 +08:00
parent 57fefcdf60
commit f8dfc09c35

View file

@ -5996,10 +5996,10 @@ let
DevelPatchPerl = buildPerlPackage {
pname = "Devel-PatchPerl";
version = "2.04";
version = "2.08";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BI/BINGOS/Devel-PatchPerl-2.04.tar.gz";
sha256 = "1q8xhz2sdlz2266pjl8j9vcixbhcaxsprmvsx56ra998miayc42p";
url = "mirror://cpan/authors/id/B/BI/BINGOS/Devel-PatchPerl-2.08.tar.gz";
sha256 = "06bl2qqf5mv53l7k81xgynfx99in5fa8yi3ykn7403r62rqfkik9";
};
propagatedBuildInputs = [ Filepushd ModulePluggable ];
meta = {