me
/
guix
Archived
1
0
Fork 0

gnu: libpqxx: Update to 7.7.4.

* gnu/packages/databases.scm (libpqxx): Update to 7.7.4.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -2844,7 +2844,7 @@ semantics.")
(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 @@ semantics.")
(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))