summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorYovan Naumovski <yovan@gorski.stream>2023-04-07 20:12:07 +0300
committerChristopher Baines <mail@cbaines.net>2023-04-13 17:34:50 +0100
commitd8f4e8bd6b7d1cb257e083057572ac1b1d5688e0 (patch)
treec39428ffc815feedbf641b0dae81eb0bcadd3530 /gnu
parent1e5ef8763f7887886b00debca7f06d8ac42e7419 (diff)
downloadguix-d8f4e8bd6b7d1cb257e083057572ac1b1d5688e0.tar.gz
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>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/databases.scm4
1 files 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