guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/09: gnu: python-packaging: Update to 20.0.


From: guix-commits
Subject: 07/09: gnu: python-packaging: Update to 20.0.
Date: Tue, 14 Jan 2020 17:52:26 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit a72a18920bcd25fd270b18e601a7e3f7fc9822b0
Author: Marius Bakke <address@hidden>
AuthorDate: Tue Jan 14 23:27:42 2020 +0100

    gnu: python-packaging: Update to 20.0.
    
    * gnu/packages/python-xyz.scm (python-packaging): Update to 20.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 2c30879..0f5e564 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13050,14 +13050,14 @@ several utilities, as well as an API for building 
localization tools.")
 (define-public python-packaging
   (package
     (name "python-packaging")
-    (version "19.2")
+    (version "20.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "packaging" version))
         (sha256
          (base32
-          "0izwlz9h0bw171a1chr311g2y7n657zjaf4mq4rgm8pp9lbj9f98"))))
+          "1y2ip3a4ykkpgnwgn85j6hkspcl0cg3mzms97f40mk57vwqq67gy"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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