[cpan2nix] perlPackages.DateManip: 6.75 -> 6.76
This commit is contained in:
parent
15ff43f029
commit
039870631c
@ -3573,10 +3573,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
DateManip = buildPerlPackage rec {
|
DateManip = buildPerlPackage rec {
|
||||||
name = "Date-Manip-6.75";
|
name = "Date-Manip-6.76";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SB/SBECK/${name}.tar.gz";
|
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
|
# for some reason, parsing /etc/localtime does not work anymore - make sure that the fallback "/bin/date +%Z" will work
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user