guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: python-packaging: Update to 19.1."


From: guix-commits
Subject: 01/01: Revert "gnu: python-packaging: Update to 19.1."
Date: Sun, 11 Aug 2019 08:59:04 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 5e5cdac0ae128f36c0cd62a671e7760aca3d9c6c
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 11 14:58:14 2019 +0200

    Revert "gnu: python-packaging: Update to 19.1."
    
    The new version fails tests on architectures other than x86_64.
    
    This reverts commit cb16a9fba9f1b28bde63daaa1bf241c130d2caad.
---
 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 37a8439..459d5d4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12655,14 +12655,14 @@ several utilities, as well as an API for building 
localization tools.")
 (define-public python-packaging
   (package
     (name "python-packaging")
-    (version "19.1")
+    (version "19.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "packaging" version))
         (sha256
          (base32
-          "1zpaz9xrs6xawjs8l4xmfa0w5i66bc5f7nrfj00wr9sd563wm4f4"))))
+          "1brjhygq9dz6x1kdljivkjfldi3qf5rbkqgck1bpgv9qpv8ab60c"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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