guix-commits
[Top][All Lists]
Advanced

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

29/57: gnu: python-redis: Update to 3.5.3.


From: guix-commits
Subject: 29/57: gnu: python-redis: Update to 3.5.3.
Date: Tue, 22 Sep 2020 12:43:37 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit d87252e633598e3cc456268e7c95ba91b2fb0d84
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 13:36:26 2020 +0200

    gnu: python-redis: Update to 3.5.3.
    
    * gnu/packages/databases.scm (python-redis): Update to 3.5.3.
---
 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 c982da1..49c41e7 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3045,13 +3045,13 @@ reasonable substitute.")
 (define-public python-redis
   (package
     (name "python-redis")
-    (version "3.3.8")
+    (version "3.5.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "redis" version))
        (sha256
-        (base32 "0fyxzqax7lcwzwhvnz0i0q6v62hxyv1mv52ywx3bpff9a2vjz8lq"))))
+        (base32 "18h5b87g15x3j6pb1h2q27ri37p2qpvc9n2wgn5yl3b6m3y0qzhf"))))
     (build-system python-build-system)
     ;; Tests require a running Redis server.
     (arguments '(#:tests? #f))



reply via email to

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