lol

python313Packages.dateparser: 1.2.0 -> 1.2.1

Diff: https://github.com/scrapinghub/dateparser/compare/refs/tags/v1.2.0...v1.2.1

Changelog: https://github.com/scrapinghub/dateparser/blob/refs/tags/v1.2.1/HISTORY.rst

+2 -2
+2 -2
pkgs/development/python-modules/dateparser/default.nix
··· 22 22 23 23 buildPythonPackage rec { 24 24 pname = "dateparser"; 25 - version = "1.2.0"; 25 + version = "1.2.1"; 26 26 27 27 disabled = pythonOlder "3.7"; 28 28 ··· 32 32 owner = "scrapinghub"; 33 33 repo = "dateparser"; 34 34 tag = "v${version}"; 35 - hash = "sha256-mnL44hojebOwP6qtEBHs5QM4uRmLuGlVNr+sM3jZEKE="; 35 + hash = "sha256-O0FsLWbH0kGjwGCTklBMVVqosxXlXRyS9aAcggtBLsA="; 36 36 }; 37 37 38 38 nativeBuildInputs = [ setuptools ];