guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-automat: Update to 20.2.0.


From: guix-commits
Subject: branch master updated: gnu: python-automat: Update to 20.2.0.
Date: Thu, 14 May 2020 10:24:02 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f227dd4  gnu: python-automat: Update to 20.2.0.
f227dd4 is described below

commit f227dd489b0a1e6905801b1e73f85dde852b5713
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 16:23:50 2020 +0200

    gnu: python-automat: Update to 20.2.0.
    
    Fixes <https://bugs.gnu.org/41249>.
    Reported by Mikhail Tsykalov <address@hidden>.
    
    * gnu/packages/python-xyz.scm (python-automat): Update to 20.2.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 0d24d52..657ebab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13533,13 +13533,13 @@ instead of servers and network commands.")
 (define-public python-automat
   (package
     (name "python-automat")
-    (version "0.7.0")
+    (version "20.2.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "Automat" version))
               (sha256
                (base32
-                "03ivg70n3b1cbcd2zvjhk8y4kmqxcvhmili39lmgx09dza1qpmyb"))))
+                "0cyzrcqiibwdsp4y0djkllnzab8m5faa4s0d1kpi23k1fhy80ybr"))))
     (build-system python-build-system)
     ;; We disable the tests because they require python-twisted, while
     ;; python-twisted depends on python-automat.  Twisted is optional, but the



reply via email to

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