gnu: python-psycopg2: Update to 2.9.6.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6.
This commit is contained in:
		
							parent
							
								
									1895472192
								
							
						
					
					
						commit
						0a6080cf18
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -3803,13 +3803,13 @@ libraries with SQLALchemy.") | ||||||
| (define-public python-psycopg2 | (define-public python-psycopg2 | ||||||
|   (package |   (package | ||||||
|     (name "python-psycopg2") |     (name "python-psycopg2") | ||||||
|     (version "2.9.5") |     (version "2.9.6") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (pypi-uri "psycopg2" version)) |        (uri (pypi-uri "psycopg2" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "0ni4kq6p7hbkm2qsky998q36q5gq5if4nwd8hwhjx5rsd0p6s955")))) |         (base32 "04chl9f7v7k1zssa40pmk06jvpyqiss2lpjq50dq69nqix0mhlgi")))) | ||||||
|     (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