Unverified Commit 39d6d9a0 authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

perlPackages.DateManip: 6.92 -> 6.98 (#476631)

parents 173178f2 2c3e802a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8827,10 +8827,10 @@ with self;
  DateManip = buildPerlPackage {
    pname = "Date-Manip";
    version = "6.92";
    version = "6.98";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.92.tar.gz";
      hash = "sha256-q5Yr05ygnsb8/n5aaRKvcbDB9vA+TtK+9uRHHJ02ehM=";
      url = "mirror://cpan/authors/id/S/SB/SBECK/Date-Manip-6.98.tar.gz";
      hash = "sha256-rP2KYFGbpM0YHIpnqD1/ApxtmrTosCEtxH5B1iEP2kk=";
    };
    # for some reason, parsing /etc/localtime does not work anymore - make sure that the fallback "/bin/date +%Z" will work
    patchPhase = ''