[cpan2nix] perlPackages.Filepushd: 1.014 -> 1.016
This commit is contained in:
parent
6855eae802
commit
45574b5721
|
@ -6120,10 +6120,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
Filepushd = buildPerlPackage {
|
||||
name = "File-pushd-1.014";
|
||||
name = "File-pushd-1.016";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/File-pushd-1.014.tar.gz;
|
||||
sha256 = "b5ab37ffe3acbec53efb7c77b4423a2c79afa30a48298e751b9ebee3fdc6340b";
|
||||
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/File-pushd-1.016.tar.gz;
|
||||
sha256 = "d73a7f09442983b098260df3df7a832a5f660773a313ca273fa8b56665f97cdc";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://metacpan.org/release/File-pushd;
|
||||
|
|
Loading…
Reference in New Issue