gnu: python-wrapt: Update to 1.11.2.

* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.2.
This commit is contained in:
Marius Bakke 2019-08-16 23:31:50 +02:00
parent aa6d7de646
commit 2271a1dcdb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6990,14 +6990,14 @@ Supported netlink families and protocols include:
(define-public python-wrapt (define-public python-wrapt
(package (package
(name "python-wrapt") (name "python-wrapt")
(version "1.11.1") (version "1.11.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "wrapt" version)) (uri (pypi-uri "wrapt" version))
(sha256 (sha256
(base32 (base32
"0cqmysny1pz01jw26q48q5zasvns6507rwhgm6wcw743f0r01sja")))) "1q81762dgsgrd12f8qc39zk8s5wll3m5xc32jdmlf6cls4gh4njn"))))
(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
@ -7006,7 +7006,7 @@ Supported netlink families and protocols include:
(home-page "https://github.com/GrahamDumpleton/wrapt") (home-page "https://github.com/GrahamDumpleton/wrapt")
(synopsis "Module for decorators, wrappers and monkey patching") (synopsis "Module for decorators, wrappers and monkey patching")
(description (description
"The aim of the wrapt module is to provide a transparent object proxy for "The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function Python, which can be used as the basis for the construction of function
wrappers and decorator functions.") wrappers and decorator functions.")
(license license:bsd-2))) (license license:bsd-2)))