perlPackages.DateExtract: 0.06 -> 0.07
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user