[cpan2nix] perlPackages.DateManip: 6.75 -> 6.76

This commit is contained in:
volth 2019-03-05 03:55:31 +00:00
parent 15ff43f029
commit 039870631c
1 changed files with 2 additions and 2 deletions

View File

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