gnu: python-pyodbc: Update to 4.0.30.
* gnu/packages/databases.scm (python-pyodbc): Update to 4.0.30.
This commit is contained in:
		
							parent
							
								
									e884c20533
								
							
						
					
					
						commit
						dbc8a6e750
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2279,13 +2279,13 @@ for ODBC.")
 | 
				
			||||||
(define-public python-pyodbc
 | 
					(define-public python-pyodbc
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-pyodbc")
 | 
					    (name "python-pyodbc")
 | 
				
			||||||
    (version "4.0.27")
 | 
					    (version "4.0.30")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "pyodbc" version))
 | 
					       (uri (pypi-uri "pyodbc" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32 "1kd2i7hc1330cli72vawzby17c3039cqn1aba4i0zrjnpghjhmib"))
 | 
					        (base32 "0skjpraar6hcwsy82612bpj8nw016ncyvvq88j5syrikxgp5saw5"))
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue