[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: python-decorator: Update to 4.0.10.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/09: gnu: python-decorator: Update to 4.0.10. |
Date: |
Mon, 2 Jan 2017 08:34:29 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit d79fa7da1bf59a732ecb6ed9652e53d28c0f6171
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Jan 2 08:16:42 2017 +0100
gnu: python-decorator: Update to 4.0.10.
* gnu/packages/python.scm (python-decorator): Update to 4.0.10.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 59400a3..a7059e0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4449,13 +4449,13 @@ PNG, PostScript, PDF, and SVG file output.")
(define-public python-decorator
(package
(name "python-decorator")
- (version "4.0.9")
+ (version "4.0.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "decorator" version))
(sha256
- (base32 "1a5vwhflfd9sh3rfb40xlyipldgdzfff6brman57hqv3661jw0lh"))))
+ (base32 "0w7hg59hlpq74jpyja4yfryap0ccjvchgpkfp20rhj9krgnrhvlw"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; no test target
(home-page "https://pypi.python.org/pypi/decorator/")
- branch master updated (0d48ff8 -> 1b5ea09), Tobias Geerinckx-Rice, 2017/01/02
- 01/09: gnu: python-pycparser: Update to 2.17., Tobias Geerinckx-Rice, 2017/01/02
- 06/09: gnu: awscli: Update to 1.11.35., Tobias Geerinckx-Rice, 2017/01/02
- 04/09: gnu: python-backports-abc: Update to 0.5., Tobias Geerinckx-Rice, 2017/01/02
- 07/09: gnu: python-mako: Update to 1.0.6., Tobias Geerinckx-Rice, 2017/01/02
- 02/09: gnu: python-pycparser: Use ‘modify-phases’ syntax., Tobias Geerinckx-Rice, 2017/01/02
- 08/09: gnu: python-greenlet: Update to 0.4.11., Tobias Geerinckx-Rice, 2017/01/02
- 03/09: gnu: python-decorator: Update to 4.0.10.,
Tobias Geerinckx-Rice <=
- 09/09: gnu: python-s3transfer: Update to 0.1.10., Tobias Geerinckx-Rice, 2017/01/02
- 05/09: gnu: python-werkzeug: Update to 0.11.15., Tobias Geerinckx-Rice, 2017/01/02