[cpan2nix] perlPackages.Filepushd: 1.005 -> 1.014

This commit is contained in:
volth 2018-04-07 07:51:57 +00:00
parent 4dfa0e63f9
commit 420cc35890
1 changed files with 3 additions and 3 deletions

View File

@ -5737,10 +5737,10 @@ let self = _self // overrides; _self = with self; {
};
Filepushd = buildPerlPackage {
name = "File-pushd-1.005";
name = "File-pushd-1.014";
src = fetchurl {
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/File-pushd-1.005.tar.gz;
sha256 = "50fdcc33e69a50bab1e32d1a7c96753938f6d95a06015e34e662958c58687842";
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/File-pushd-1.014.tar.gz;
sha256 = "b5ab37ffe3acbec53efb7c77b4423a2c79afa30a48298e751b9ebee3fdc6340b";
};
meta = {
homepage = https://metacpan.org/release/File-pushd;