python3Packages.dateparser: 1.4.0 -> 1.4.1

(cherry picked from commit d4010e6681)
This commit is contained in:
R. Ryantm
2026-06-23 23:03:32 +00:00
committed by github-actions[bot]
parent a171f3354e
commit 70da01c02b

View File

@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "dateparser";
version = "1.4.0";
version = "1.4.1";
pyproject = true;
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "scrapinghub";
repo = "dateparser";
tag = "v${version}";
hash = "sha256-CmcQf0cGcZVmZfpLSYDGdZUj83T7enNRl9FTY1Q6vtk=";
hash = "sha256-TA4GZb24++RF1sw4tECJF5UzouRCwwhPiim5z5/hMzU=";
};
build-system = [ setuptools ];