python3Packages.dateparser: 1.3.0 -> 1.4.0
Diff: https://github.com/scrapinghub/dateparser/compare/v1.3.0...v1.4.0 Changelog: https://github.com/scrapinghub/dateparser/blob/v1.4.0/HISTORY.rst
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dateparser";
|
||||
version = "1.3.0";
|
||||
version = "1.4.0";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "scrapinghub";
|
||||
repo = "dateparser";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-X15zNHlF34+8Lmo6Ia3HyKOdfgsu76KbcJUxzHax0EE=";
|
||||
hash = "sha256-CmcQf0cGcZVmZfpLSYDGdZUj83T7enNRl9FTY1Q6vtk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user