gnu: python-pypika: Update to 0.44.0.
* gnu/packages/databases.scm (python-pypika): Update to 0.44.0.
This commit is contained in:
		
							parent
							
								
									0fecc6ce67
								
							
						
					
					
						commit
						da384d993b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -3474,7 +3474,7 @@ transforms idiomatic python function calls to well-formed SQL queries.")
 | 
			
		|||
(define-public python-pypika
 | 
			
		||||
  (package
 | 
			
		||||
    (name "python-pypika")
 | 
			
		||||
    (version "0.37.2")
 | 
			
		||||
    (version "0.44.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin (method git-fetch)
 | 
			
		||||
             (uri (git-reference
 | 
			
		||||
| 
						 | 
				
			
			@ -3483,7 +3483,7 @@ transforms idiomatic python function calls to well-formed SQL queries.")
 | 
			
		|||
             (file-name (git-file-name name version))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "089z1c778q1fwhzsc88ws8j5gm2hgxknibabn4wpax8rz2bfs3ck"))))
 | 
			
		||||
               "0mpddrw9z1pzcc40j3pzhd583hlgjx96aa8ak6m9zzhpm4bv3ard"))))
 | 
			
		||||
    (build-system python-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("python-parameterized" ,python-parameterized)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue