guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-aiorpcx: Update to 0.18.7.


From: guix-commits
Subject: branch master updated: gnu: python-aiorpcx: Update to 0.18.7.
Date: Tue, 10 Aug 2021 03:50:30 -0400

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

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1fa4485  gnu: python-aiorpcx: Update to 0.18.7.
1fa4485 is described below

commit 1fa4485fb033874fd56b025e8ec998aebc245fe5
Author: Mike Rosset <mrosset@bufio.org>
AuthorDate: Mon Aug 9 09:28:02 2021 -0700

    gnu: python-aiorpcx: Update to 0.18.7.
    
    * gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.7.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5df134d..f27b912 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -284,14 +284,14 @@ using @url{https://github.com/saghul/pycares,pycares}.";)
 (define-public python-aiorpcx
   (package
     (name "python-aiorpcx")
-    (version "0.18.3")
+    (version "0.18.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "aiorpcX" version))
        (sha256
         (base32
-         "0k545hc7wl6sh1svydzbv6x7sx5pig2pqkl3yxs9riwmvzawx9xp"))))
+         "1rswrspv27x33xa5bnhrkjqzhv0sknv5kd7pl1vidw9d2z4rx2l0"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-attrs" ,python-attrs)))



reply via email to

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