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>
This commit is contained in:
Yovan Naumovski 2023-04-07 20:12:07 +03:00 committed by Christopher Baines
parent 1e5ef8763f
commit d8f4e8bd6b
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -4106,7 +4106,7 @@ (define-public python-fakeredis
(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 @@ (define-public python-redis
(file-name (git-file-name name version))
(sha256
(base32
"0cz3gji3rb1h5dczyl11hm42wgsbz5v896cgbi14dij160b7m35i"))))
"0s5pswykjcyqbx471ib3gwy29xxa5ckgch9hy476x2s4pvhkbgmr"))))
(build-system pyproject-build-system)
(arguments
(list