guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]