guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 9d4fd8a469c9d6d6607db3304b7c4c4926af33bf Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jul 29 19:12:35 2025 +0100
gnu: python-dateparser: Update to 1.2.2. * gnu/packages/python-xyz.scm (python-dateparser): Update to 1.2.2. [native-inputs]: Remove python-wheel. Change-Id: I9077b232f77f5b2c3872c67cac891a1acd44c188 --- gnu/packages/python-xyz.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3a062ba1d0..e8b60c0db5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34157,14 +34157,14 @@ It adds a simple and readable way to print stuff during development.") (define-public python-dateparser (package (name "python-dateparser") - (version "1.1.3") + (version "1.2.2") (source (origin (method url-fetch) (uri (pypi-uri "dateparser" version)) (sha256 (base32 - "19fbgq1zrwx10kljmdbs3p0y2m2xsgww20pqzw4kv6161zipsymf")))) + "1xzcqmvqg82cq4vx3cbgbdrgq4pgqlkk0mnfm0zc5kdqgkqicqwq")))) (build-system pyproject-build-system) (arguments (list @@ -34195,7 +34195,6 @@ It adds a simple and readable way to print stuff during development.") (list python-parameterized python-pytest python-setuptools - python-wheel tzdata-for-tests)) (home-page "https://github.com/scrapinghub/dateparser") (synopsis