gnu: python-psycopg2: Update to 2.8.4.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.8.4.
This commit is contained in:
		
							parent
							
								
									7d5f0795c1
								
							
						
					
					
						commit
						ab6e4ab8c3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -2768,13 +2768,13 @@ designed to be easy and intuitive to use.") | |||
| (define-public python-psycopg2 | ||||
|   (package | ||||
|     (name "python-psycopg2") | ||||
|     (version "2.7.7") | ||||
|     (version "2.8.4") | ||||
|     (source | ||||
|      (origin | ||||
|        (method url-fetch) | ||||
|        (uri (pypi-uri "psycopg2" version)) | ||||
|        (sha256 | ||||
|         (base32 "0zjbabb4qjx9dm07imhf8y5a9rpa06d5zah80myiimgdi83nslpl")))) | ||||
|         (base32 "1djvh98pi4hjd8rxbq8qzc63bg8v78k33yg6pl99wak61b6fb67q")))) | ||||
|     (build-system python-build-system) | ||||
|     (arguments | ||||
|      ;; Tests would require a postgresql database "psycopg2_test" | ||||
|  |  | |||
		Reference in a new issue