[cpan2nix] perlPackages.DateManip: 6.76 -> 6.77
This commit is contained in:
parent
8a1dcdac1e
commit
baf712303c
@ -4024,10 +4024,10 @@ let
|
|||||||
|
|
||||||
DateManip = buildPerlPackage {
|
DateManip = buildPerlPackage {
|
||||||
pname = "Date-Manip";
|
pname = "Date-Manip";
|
||||||
version = "6.76";
|
version = "6.77";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.76.tar.gz;
|
url = mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.77.tar.gz;
|
||||||
sha256 = "1a33mpkx7qqb9nqxyh2kkb596d8xq6jw0ljrd4xrwiz30f6cg1qw";
|
sha256 = "0sw36dc224km06jnzkyxgpi6l4cavdn8gfxd3zb11mnf0y12phsi";
|
||||||
};
|
};
|
||||||
# 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 = ''
|
||||||
@ -4037,7 +4037,7 @@ let
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Date manipulation routines";
|
description = "Date manipulation routines";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestInter ];
|
buildInputs = [ FileFindRule TestInter TestPod TestPodCoverage ];
|
||||||
};
|
};
|
||||||
|
|
||||||
DateSimple = buildPerlPackage {
|
DateSimple = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user