guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: python-redis: Update to 4.5.4.


From: guix-commits
Subject: 05/10: gnu: python-redis: Update to 4.5.4.
Date: Thu, 13 Apr 2023 12:47:03 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d8f4e8bd6b7d1cb257e083057572ac1b1d5688e0
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Fri Apr 7 20:12:07 2023 +0300

    gnu: python-redis: Update to 4.5.4.
    
    * gnu/packages/databases.scm (python-redis): Update to 4.5.4.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5f1fbb87a2..0dc2e38e38 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -4106,7 +4106,7 @@ reasonable substitute.")
 (define-public python-redis
   (package
     (name "python-redis")
-    (version "4.5.2")
+    (version "4.5.4")
     (source (origin
               ;; The PyPI archive lacks some test resources such as the TLS
               ;; certificates under docker/stunnel/keys.
@@ -4117,7 +4117,7 @@ reasonable substitute.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0cz3gji3rb1h5dczyl11hm42wgsbz5v896cgbi14dij160b7m35i"))))
+                "0s5pswykjcyqbx471ib3gwy29xxa5ckgch9hy476x2s4pvhkbgmr"))))
     (build-system pyproject-build-system)
     (arguments
      (list



reply via email to

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