guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: libpqxx: Update to 7.7.4.


From: guix-commits
Subject: 04/05: gnu: libpqxx: Update to 7.7.4.
Date: Wed, 14 Dec 2022 10:45:56 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4a517a012f8cdaa4605ef2f49fd9347e7bc02ba5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:03 2022 +0100

    gnu: libpqxx: Update to 7.7.4.
    
    * gnu/packages/databases.scm (libpqxx): Update to 7.7.4.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index caa6a91702..81a2581c0c 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]