[cpan2nix] perlPackages.DateManip: 6.72 -> 6.73

This commit is contained in:
volth 2018-09-21 12:14:53 +00:00
parent 5e627d70ed
commit 91fb471557

View File

@ -3614,10 +3614,10 @@ let
};
DateManip = buildPerlPackage rec {
name = "Date-Manip-6.72";
name = "Date-Manip-6.73";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SB/SBECK/${name}.tar.gz";
sha256 = "19jdm73kqbv1biw4v8bdzy5qr2xvqdrfz8lxgg59445ljjfxvx1q";
sha256 = "0md25ik7pwbwgidiprcq20db8jdniknxs0qj1m3l76ziqg3rb4nk";
};
# for some reason, parsing /etc/localtime does not work anymore - make sure that the fallback "/bin/date +%Z" will work
patchPhase = ''