python3Packages.dateparser: 1.4.0 -> 1.4.1 (#534772)

This commit is contained in:
dotlambda
2026-06-23 23:56:13 +00:00
committed by GitHub
@@ -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 ];