diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-01-22 11:23:45 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-01-22 11:47:43 +0200 |
commit | dddd7a75fa27c7e315a50efebd0111a29acb6734 (patch) | |
tree | 126c89bdb3fa4b490d6e74179288e10dd4461962 /gnu | |
parent | 2782bd51f48e3f5a86c53e440b8698a5960f0323 (diff) | |
download | patches-dddd7a75fa27c7e315a50efebd0111a29acb6734.tar patches-dddd7a75fa27c7e315a50efebd0111a29acb6734.tar.gz |
gnu: python-wrapt: Update to 1.11.1.
* gnu/packages/python-xyz.scm (python-wrapt): Update to 1.11.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a7b89770c9..e1bf779e22 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6052,14 +6052,14 @@ and MAC network addresses.") (define-public python-wrapt (package (name "python-wrapt") - (version "1.10.11") + (version "1.11.1") (source (origin (method url-fetch) (uri (pypi-uri "wrapt" version)) (sha256 (base32 - "1ip3dwib39xhp79kblskgvz3fjzcwxgx3fs3ahdixhpjg7a61mfl")))) + "0cqmysny1pz01jw26q48q5zasvns6507rwhgm6wcw743f0r01sja")))) (build-system python-build-system) (arguments ;; Tests are not included in the tarball, they are only available in the |