gnu: python-wrapt: Update to 1.10.11.
* gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
This commit is contained in:
parent
f8a4547c29
commit
836de07a47
|
@ -5896,14 +5896,14 @@ and MAC network addresses.")
|
||||||
(define-public python-wrapt
|
(define-public python-wrapt
|
||||||
(package
|
(package
|
||||||
(name "python-wrapt")
|
(name "python-wrapt")
|
||||||
(version "1.10.8")
|
(version "1.10.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "wrapt" version))
|
(uri (pypi-uri "wrapt" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wrcm1mydvfivbkzz0h81ygzdchnscshi6xvy5n3r21r9s0px8af"))))
|
"1ip3dwib39xhp79kblskgvz3fjzcwxgx3fs3ahdixhpjg7a61mfl"))))
|
||||||
(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…
Reference in New Issue