gnu: python-redis: Update to 2.10.6.
* gnu/packages/databases.scm (python-redis): Update to 2.10.6.
This commit is contained in:
		
							parent
							
								
									030274ccac
								
							
						
					
					
						commit
						08455a3464
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2431,13 +2431,13 @@ substitute for redis.")
 | 
				
			||||||
(define-public python-redis
 | 
					(define-public python-redis
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-redis")
 | 
					    (name "python-redis")
 | 
				
			||||||
    (version "2.10.5")
 | 
					    (version "2.10.6")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "redis" version))
 | 
					       (uri (pypi-uri "redis" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0csmrkxb29x7xs9b51zplwkkq2hwnbh9jns1g85dykn5rxmaxysx"))))
 | 
					        (base32 "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    ;; Tests require a running Redis server
 | 
					    ;; Tests require a running Redis server
 | 
				
			||||||
    (arguments '(#:tests? #f))
 | 
					    (arguments '(#:tests? #f))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue