mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
e5a3d7e8a1
commit
072f406d1c
1 changed files with 2 additions and 3 deletions
|
@ -34198,14 +34198,14 @@ It adds a simple and readable way to print stuff during development.")
|
||||||
(define-public python-dateparser
|
(define-public python-dateparser
|
||||||
(package
|
(package
|
||||||
(name "python-dateparser")
|
(name "python-dateparser")
|
||||||
(version "1.1.3")
|
(version "1.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dateparser" version))
|
(uri (pypi-uri "dateparser" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19fbgq1zrwx10kljmdbs3p0y2m2xsgww20pqzw4kv6161zipsymf"))))
|
"1xzcqmvqg82cq4vx3cbgbdrgq4pgqlkk0mnfm0zc5kdqgkqicqwq"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -34236,7 +34236,6 @@ It adds a simple and readable way to print stuff during development.")
|
||||||
(list python-parameterized
|
(list python-parameterized
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-wheel
|
|
||||||
tzdata-for-tests))
|
tzdata-for-tests))
|
||||||
(home-page "https://github.com/scrapinghub/dateparser")
|
(home-page "https://github.com/scrapinghub/dateparser")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue