guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: python-packaging: Update to 18.0.


From: guix-commits
Subject: 06/08: gnu: python-packaging: Update to 18.0.
Date: Sun, 6 Jan 2019 04:10:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1fb68eefa1df49c34b6937256b58e1b2e176802c
Author: Efraim Flashner <address@hidden>
Date:   Sun Jan 6 10:08:34 2019 +0200

    gnu: python-packaging: Update to 18.0.
    
    * gnu/packages/python.scm (python-packaging): Update to 18.0.
---
 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 fd72e05..c93edca 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12231,14 +12231,14 @@ several utilities, as well as an API for building 
localization tools.")
 (define-public python-packaging
   (package
     (name "python-packaging")
-    (version "17.1")
+    (version "18.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "packaging" version))
         (sha256
          (base32
-          "0nrpayk8kij1zm9sjnk38ldz3a6705ggvw8ljylqbrb4vmqbf6gh"))))
+          "01wq9c53ix5rz6qg2c98gy8n4ff768rmanifm8m5jpjiaizj51h8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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