Unverified Commit 88088e90 authored by Janne Heß's avatar Janne Heß
Browse files

perlPackages.DateExtract: 0.06 -> 0.07

parent 78b5477b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -6257,13 +6257,13 @@ with self; {
  DateExtract = buildPerlPackage {
    pname = "Date-Extract";
    version = "0.06";
    version = "0.07";
    src = fetchurl {
      url = "mirror://cpan/authors/id/A/AL/ALEXMV/Date-Extract-0.06.tar.gz";
      hash = "sha256-vHZY1cUMNSXsDvy1Ujal3i1dT8BvwUf6OSnI8JU82is=";
      url = "mirror://cpan/authors/id/E/ET/ETHER/Date-Extract-0.07.tar.gz";
      hash = "sha256-+geIBK3k7uwd4UcuDguwR65i5MjU1QIHAbnlBXfFuPQ=";
    };
    buildInputs = [ TestMockTime ];
    propagatedBuildInputs = [ DateTimeFormatNatural ];
    buildInputs = [ TestMockTimeHiRes ];
    propagatedBuildInputs = [ ClassDataInheritable DateTimeFormatNatural ];
    meta = {
      description = "Extract probable dates from strings";
      license = with lib.licenses; [ artistic1 gpl1Plus ];