gnu: libpqxx: Update to 7.7.4.
* gnu/packages/databases.scm (libpqxx): Update to 7.7.4.
This commit is contained in:
		
							parent
							
								
									404d228319
								
							
						
					
					
						commit
						4a517a012f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -2844,7 +2844,7 @@ semantics.")
 | 
				
			||||||
(define-public libpqxx
 | 
					(define-public libpqxx
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "libpqxx")
 | 
					    (name "libpqxx")
 | 
				
			||||||
    (version "7.7.3")
 | 
					    (version "7.7.4")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method git-fetch)
 | 
					              (method git-fetch)
 | 
				
			||||||
              (uri (git-reference
 | 
					              (uri (git-reference
 | 
				
			||||||
| 
						 | 
					@ -2853,7 +2853,7 @@ semantics.")
 | 
				
			||||||
              (file-name (git-file-name name version))
 | 
					              (file-name (git-file-name name version))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1mrhsih5bhiin0l3c4vp22l9p7c5035m0vvqpx18c0407fkzc7hp"))))
 | 
					                "1qwpfba8g55jjv0xnsk4hhf2cmhk7mdirxx115cvnjjw97ppy0z0"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs (list gcc-11 python-wrapper))
 | 
					    (native-inputs (list gcc-11 python-wrapper))
 | 
				
			||||||
    (inputs (list postgresql))
 | 
					    (inputs (list postgresql))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue