diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-02-28 13:54:08 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-02-28 13:59:03 +0100 |
commit | 836de07a47aa4a982fe99b774da2db53e235f2ca (patch) | |
tree | 6a8a6b14b49f5cda285c9c07795992f7a57a5b7d /gnu | |
parent | f8a4547c2973d91389f0b468133ea1de45e592a4 (diff) | |
download | guix-836de07a47aa4a982fe99b774da2db53e235f2ca.tar guix-836de07a47aa4a982fe99b774da2db53e235f2ca.tar.gz |
gnu: python-wrapt: Update to 1.10.11.
* gnu/packages/python.scm (python-wrapt): Update to 1.10.11.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 80ea4caf76..fc906e6858 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5896,14 +5896,14 @@ and MAC network addresses.") (define-public python-wrapt (package (name "python-wrapt") - (version "1.10.8") + (version "1.10.11") (source (origin (method url-fetch) (uri (pypi-uri "wrapt" version)) (sha256 (base32 - "0wrcm1mydvfivbkzz0h81ygzdchnscshi6xvy5n3r21r9s0px8af")))) + "1ip3dwib39xhp79kblskgvz3fjzcwxgx3fs3ahdixhpjg7a61mfl")))) (build-system python-build-system) (arguments ;; Tests are not included in the tarball, they are only available in the |