gnu: python-psycopg2: Update to 2.9.5.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.5.
This commit is contained in:
		
							parent
							
								
									a35ca71484
								
							
						
					
					
						commit
						dcbd646139
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3686,13 +3686,13 @@ managers for automatically closing connections.")
 | 
				
			||||||
(define-public python-psycopg2
 | 
					(define-public python-psycopg2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-psycopg2")
 | 
					    (name "python-psycopg2")
 | 
				
			||||||
    (version "2.9.3")
 | 
					    (version "2.9.5")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "psycopg2" version))
 | 
					       (uri (pypi-uri "psycopg2" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1099as8ind9kpz30rmqzc3nir668fmpkxwayrj2sjka3ycdiv14f"))))
 | 
					        (base32 "0ni4kq6p7hbkm2qsky998q36q5gq5if4nwd8hwhjx5rsd0p6s955"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; Tests would require a postgresql database "psycopg2_test"
 | 
					     ;; Tests would require a postgresql database "psycopg2_test"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue