mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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 @@ (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))
|
||||
|
|
Loading…
Reference in a new issue