gnu: python-tldextract: Update to 3.3.0.
* gnu/packages/python-xyz.scm (python-tldextract): Update to 3.3.0. [propagated-inputs]: Add python-filelock. [native-inputs]: Add python-setuptools-scm. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
1259d320fc
commit
fe9d14552a
1 changed files with 4 additions and 4 deletions
|
@ -23684,19 +23684,19 @@ identifying what the file is.")
|
||||||
(define-public python-tldextract
|
(define-public python-tldextract
|
||||||
(package
|
(package
|
||||||
(name "python-tldextract")
|
(name "python-tldextract")
|
||||||
(version "2.2.0")
|
(version "3.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "tldextract" version))
|
(uri (pypi-uri "tldextract" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d5s8v6kpsgazyahflhji1cfdcf89rv7l7z55v774bhzvcjp2y99"))))
|
"1wac4yvcpgqjvls770mfx165amvy7gr00nnd2w24bqqwyamj9kdd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-responses))
|
(list python-pytest python-responses python-setuptools-scm))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-idna python-requests python-requests-file))
|
(list python-filelock python-idna python-requests python-requests-file))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/john-kurkowski/tldextract")
|
"https://github.com/john-kurkowski/tldextract")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Reference in a new issue