mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-w3lib: Update to 2.3.1.
* gnu/packages/python-web.scm (python-w3lib): Update to 2.3.1. Change-Id: Ibe034f274fcb3a10cdbae269e137e1246f4dfc1e
This commit is contained in:
parent
ff0ada485a
commit
2ac0b4ba12
1 changed files with 2 additions and 2 deletions
|
@ -10133,14 +10133,14 @@ GCS, Azure Blob Storage, gzip, bz2, etc.)")
|
|||
(define-public python-w3lib
|
||||
(package
|
||||
(name "python-w3lib")
|
||||
(version "2.1.2")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "w3lib" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cd4b3w5g3pfccsg79kjj27fwi216ip927rjq7isp8pfjzlp8nzd"))))
|
||||
"1929layzxwdnf43hhrz7rabv388b2yibj7mnq9s62mr760mc12jw"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest python-setuptools python-wheel))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue