mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-wrapt: Update to 1.10.8.
* gnu/packages/python.scm (python-wrapt): Update to 1.10.8. [source]: Use pypi-uri.
This commit is contained in:
parent
b9463fdba2
commit
d25bee2600
1 changed files with 3 additions and 6 deletions
|
@ -6870,17 +6870,14 @@ and MAC network addresses.")
|
||||||
(define-public python-wrapt
|
(define-public python-wrapt
|
||||||
(package
|
(package
|
||||||
(name "python-wrapt")
|
(name "python-wrapt")
|
||||||
(version "1.10.5")
|
(version "1.10.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "wrapt" version))
|
||||||
"https://pypi.python.org/packages/source/w/wrapt/wrapt-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cq8rlpzkxzk48b50yrfhzn1d1hrq4gjcdqlrgq4v5palgiv9jwr"))))
|
"0wrcm1mydvfivbkzz0h81ygzdchnscshi6xvy5n3r21r9s0px8af"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests are not included in the tarball, they are only available in the
|
;; Tests are not included in the tarball, they are only available in the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue