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:
parent
1e5ef8763f
commit
d8f4e8bd6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue