guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: python-astor: Update to 0.8.1.


From: guix-commits
Subject: 04/13: gnu: python-astor: Update to 0.8.1.
Date: Mon, 29 Mar 2021 10:20:52 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit c4b3747ddfbab45c991f63d0e328d7e948393b0f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 16:48:17 2021 +0300

    gnu: python-astor: Update to 0.8.1.
    
    * gnu/packages/python-xyz.scm (python-astor): Update to 0.8.1.
---
 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 e6d8f7c..d15c70a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20472,14 +20472,14 @@ of Python libraries for building Python 
applications.")
 (define-public python-astor
   (package
     (name "python-astor")
-    (version "0.7.1")
+    (version "0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "astor" version))
        (sha256
         (base32
-         "13gv6f2xz9i564byp21gcpc0l3w4cs23k1wbcam8kky2ls3hvhwm"))))
+         "0ppscdzzvxpznclkmhhj53iz314x3pfv4yc7c6gwxqgljgdgyvka"))))
     (build-system python-build-system)
     ;; FIXME: There are two errors and two test failures.
     (arguments `(#:tests? #f))



reply via email to

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