[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/29: gnu: python-packaging: Update to 19.0.
From: |
guix-commits |
Subject: |
18/29: gnu: python-packaging: Update to 19.0. |
Date: |
Sat, 9 Feb 2019 15:55:24 -0500 (EST) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 94295903939471314e5c89f4eff73bee28b9def6
Author: Marius Bakke <address@hidden>
Date: Sat Feb 9 00:38:23 2019 +0100
gnu: python-packaging: Update to 19.0.
* gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0147abf..b4ebf46 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11711,14 +11711,14 @@ several utilities, as well as an API for building
localization tools.")
(define-public python-packaging
(package
(name "python-packaging")
- (version "18.0")
+ (version "19.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "packaging" version))
(sha256
(base32
- "01wq9c53ix5rz6qg2c98gy8n4ff768rmanifm8m5jpjiaizj51h8"))))
+ "1brjhygq9dz6x1kdljivkjfldi3qf5rbkqgck1bpgv9qpv8ab60c"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
- 04/29: gnu: python-py: Update to 1.7.0., (continued)
- 04/29: gnu: python-py: Update to 1.7.0., guix-commits, 2019/02/09
- 05/29: gnu: python-setuptools-scm: Update to 3.2.0., guix-commits, 2019/02/09
- 06/29: gnu: python-hypothesis: Update to 4.5.3., guix-commits, 2019/02/09
- 09/29: gnu: python-coverage: Update to 4.5.2., guix-commits, 2019/02/09
- 11/29: gnu: python-pluggy: Update to 0.8.1., guix-commits, 2019/02/09
- 03/29: gnu: Tcl/Tk: Update to 8.6.9., guix-commits, 2019/02/09
- 14/29: gnu: python-more-itertools: Update to 5.0.0., guix-commits, 2019/02/09
- 15/29: gnu: python-setuptools: Update to 40.8.0., guix-commits, 2019/02/09
- 17/29: gnu: python-fonttools: Update to 3.37.3., guix-commits, 2019/02/09
- 16/29: gnu: python-freezegun: Update to 0.3.11., guix-commits, 2019/02/09
- 18/29: gnu: python-packaging: Update to 19.0.,
guix-commits <=
- 23/29: gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system libraries., guix-commits, 2019/02/09
- 21/29: gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc., guix-commits, 2019/02/09
- 24/29: gnu: cppunit: Update to 1.14.0., guix-commits, 2019/02/09
- 07/29: gnu: Remove address@hidden, guix-commits, 2019/02/09
- 08/29: gnu: python-pycodestyle: Update to 2.5.0., guix-commits, 2019/02/09
- 13/29: gnu: python-configparser: Update to 3.7.1., guix-commits, 2019/02/09
- 19/29: gnu: python-dateutil: Update to 2.8.0., guix-commits, 2019/02/09
- 22/29: gnu: python: Fix FTBFS with GCC >= 6., guix-commits, 2019/02/09
- 25/29: gnu: swig: Fix FTBFS with GCC >= 6., guix-commits, 2019/02/09
- 27/29: gnu: libevdev: Fix FTBFS with GCC7., guix-commits, 2019/02/09