gnu: python-redis: Update to 3.2.0.
* gnu/packages/databases.scm (python-redis): Update to 3.2.0.
This commit is contained in:
		
							parent
							
								
									bcbb3cc907
								
							
						
					
					
						commit
						dcbe674c86
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2478,13 +2478,13 @@ reasonable substitute.")
 | 
				
			||||||
(define-public python-redis
 | 
					(define-public python-redis
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-redis")
 | 
					    (name "python-redis")
 | 
				
			||||||
    (version "2.10.6")
 | 
					    (version "3.2.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "redis" version))
 | 
					       (uri (pypi-uri "redis" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52"))))
 | 
					        (base32 "0m1b88wg1w6xdwg0siky5k86x8sh6smhbr42ixz41ra81lv34jbj"))))
 | 
				
			||||||
    (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