perlPackages.DateExtract: 0.06 -> 0.07

This commit is contained in:
Janne Heß
2023-10-20 20:14:05 +02:00
parent 78b5477bb4
commit 88088e9059
+5 -5
View File
@@ -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 ];