guix-commits
[Top][All Lists]
Advanced

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

10/24: gnu: python-py: Update to 1.5.4.


From: Marius Bakke
Subject: 10/24: gnu: python-py: Update to 1.5.4.
Date: Sat, 28 Jul 2018 09:58:17 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a0d77eba72da7f589970a4da2723fbb869a10df7
Author: Marius Bakke <address@hidden>
Date:   Mon Jul 23 21:00:53 2018 +0200

    gnu: python-py: Update to 1.5.4.
    
    * gnu/packages/python.scm (python-py): Update to 1.5.4.
---
 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 7a4d47a..c4a2e8d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1710,14 +1710,14 @@ matching them against a list of media-ranges.")
 (define-public python-py
   (package
     (name "python-py")
-    (version "1.5.3")
+    (version "1.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py" version))
        (sha256
         (base32
-         "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99"))))
+         "1xxvwfn82457djf55f5n2c94699rfqnk43br8fif2r2q8gvrmm9z"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: "ImportError: 'test' module incorrectly imported from



reply via email to

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