[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/11: gnu: python-wrapt: Update to 1.10.8.
From: |
Tobias Geerinckx-Rice |
Subject: |
06/11: gnu: python-wrapt: Update to 1.10.8. |
Date: |
Tue, 21 Mar 2017 21:02:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d25bee2600717f1cfb0e61302732b439ee7082de
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jan 31 11:05:55 2017 +0100
gnu: python-wrapt: Update to 1.10.8.
* gnu/packages/python.scm (python-wrapt): Update to 1.10.8.
[source]: Use pypi-uri.
---
gnu/packages/python.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8251e7e..ef81ac2 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6870,17 +6870,14 @@ and MAC network addresses.")
(define-public python-wrapt
(package
(name "python-wrapt")
- (version "1.10.5")
+ (version "1.10.8")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://pypi.python.org/packages/source/w/wrapt/wrapt-"
- version
- ".tar.gz"))
+ (uri (pypi-uri "wrapt" version))
(sha256
(base32
- "0cq8rlpzkxzk48b50yrfhzn1d1hrq4gjcdqlrgq4v5palgiv9jwr"))))
+ "0wrcm1mydvfivbkzz0h81ygzdchnscshi6xvy5n3r21r9s0px8af"))))
(build-system python-build-system)
(arguments
;; Tests are not included in the tarball, they are only available in the
- branch master updated (7dbd75b -> 8e71896), Tobias Geerinckx-Rice, 2017/03/21
- 02/11: gnu: python-markdown: Update to 2.6.8., Tobias Geerinckx-Rice, 2017/03/21
- 04/11: gnu: python-sphinx-cloud-sptheme: Update to 1.8.0., Tobias Geerinckx-Rice, 2017/03/21
- 07/11: gnu: python-feedgenerator: Update to 1.9., Tobias Geerinckx-Rice, 2017/03/21
- 06/11: gnu: python-wrapt: Update to 1.10.8.,
Tobias Geerinckx-Rice <=
- 03/11: gnu: python-wcwidth: Update to 0.1.7., Tobias Geerinckx-Rice, 2017/03/21
- 09/11: gnu: python-atomicwrites: Update to 1.1.5., Tobias Geerinckx-Rice, 2017/03/21
- 10/11: gnu: python-zope-component: Update to 4.3.0., Tobias Geerinckx-Rice, 2017/03/21
- 01/11: gnu: dns: Return #t instead of something undefined., Tobias Geerinckx-Rice, 2017/03/21
- 11/11: gnu: python-psycopg2: Update to 2.6.2., Tobias Geerinckx-Rice, 2017/03/21
- 05/11: gnu: python-py: Update to 1.4.32., Tobias Geerinckx-Rice, 2017/03/21
- 08/11: gnu: python-texttable: Update to 0.8.7., Tobias Geerinckx-Rice, 2017/03/21