gnu: python-redis: Update to 3.2.1.
* gnu/packages/databases.scm (python-redis): Update to 3.2.1.
This commit is contained in:
		
							parent
							
								
									4dfdcbf5fe
								
							
						
					
					
						commit
						a263a97687
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -2570,15 +2570,15 @@ reasonable substitute.")
 | 
				
			||||||
(define-public python-redis
 | 
					(define-public python-redis
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-redis")
 | 
					    (name "python-redis")
 | 
				
			||||||
    (version "3.2.0")
 | 
					    (version "3.2.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "redis" version))
 | 
					       (uri (pypi-uri "redis" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "0m1b88wg1w6xdwg0siky5k86x8sh6smhbr42ixz41ra81lv34jbj"))))
 | 
					        (base32 "0wwj8il4c3aff15xwwcjfci367zxsakq05ps1a2il6yavp91i94c"))))
 | 
				
			||||||
    (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))
 | 
				
			||||||
    ;; As long as we are not running test, we do not need this input :-)
 | 
					    ;; As long as we are not running test, we do not need this input :-)
 | 
				
			||||||
    ;;(native-inputs
 | 
					    ;;(native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue