[cpan2nix] perlPackages.DateManip: 6.78 -> 6.79

This commit is contained in:
volth 2020-01-14 00:09:51 +00:00
parent 1be895c72a
commit ea1b0334ce

View file

@ -4355,10 +4355,10 @@ let
DateManip = buildPerlPackage {
pname = "Date-Manip";
version = "6.78";
version = "6.79";
src = fetchurl {
url = mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.78.tar.gz;
sha256 = "1faxj6gafrqir9hvy9r8q57s93n57b412s04qycrks7r0520hdnb";
url = mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.79.tar.gz;
sha256 = "0fllcvsd08wz71wyppyhgb6mingfihhsf5raraildggdwhnc9a3i";
};
# for some reason, parsing /etc/localtime does not work anymore - make sure that the fallback "/bin/date +%Z" will work
patchPhase = ''