gnu: python-psycopg2: Update to 2.9.2.
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.2. (python2-psycopg2): Remove variable (no longer supported).
This commit is contained in:
		
							parent
							
								
									52d9e2c299
								
							
						
					
					
						commit
						e493f5479c
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -3326,13 +3326,13 @@ designed to be easy and intuitive to use.")
 | 
			
		|||
(define-public python-psycopg2
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-psycopg2")
 | 
			
		||||
    (version "2.8.6")
 | 
			
		||||
    (version "2.9.2")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (pypi-uri "psycopg2" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "0hzmk6b1hb5riqkljr5xics6p4zbvmis6knbczb7zhq7273zc8zv"))))
 | 
			
		||||
        (base32 "1smvvs1ngqy0ymlp1d7f85j09j9v0z5dq14f1qky0j0qi7xajkd8"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     ;; Tests would require a postgresql database "psycopg2_test"
 | 
			
		||||
| 
						 | 
				
			
			@ -3347,9 +3347,6 @@ designed to be easy and intuitive to use.")
 | 
			
		|||
2.0.")
 | 
			
		||||
    (license license:lgpl3+)))
 | 
			
		||||
 | 
			
		||||
(define-public python2-psycopg2
 | 
			
		||||
  (package-with-python2 python-psycopg2))
 | 
			
		||||
 | 
			
		||||
(define-public python-sadisplay
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-sadisplay")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue