gnu: libpqxx: Update to 7.7.4.

* gnu/packages/databases.scm (libpqxx): Update to 7.7.4.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:03 +01:00
parent 404d228319
commit 4a517a012f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2844,7 +2844,7 @@ (define-public lmdbxx
(define-public libpqxx
(package
(name "libpqxx")
(version "7.7.3")
(version "7.7.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2853,7 +2853,7 @@ (define-public libpqxx
(file-name (git-file-name name version))
(sha256
(base32
"1mrhsih5bhiin0l3c4vp22l9p7c5035m0vvqpx18c0407fkzc7hp"))))
"1qwpfba8g55jjv0xnsk4hhf2cmhk7mdirxx115cvnjjw97ppy0z0"))))
(build-system gnu-build-system)
(native-inputs (list gcc-11 python-wrapper))
(inputs (list postgresql))