guix_mirror_bot pushed a commit to branch sysadmin-team
in repository guix.

commit 3299ee667982f5611c925bd23150442b9cde8593
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Aug 26 20:41:36 2025 +0200

    gnu: postgresql-16: Update to 16.11.
    
    * gnu/packages/databases.scm (postgresql-16): Update to 16.11.
---
 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 387823dbb0..0b661f353b 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1510,14 +1510,14 @@ and high-availability (HA).")
 (define-public postgresql-16
   (package
     (name "postgresql")
-    (version "16.4")
+    (version "16.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0vvd73rzj0sl294v15bh8yslakqv412bxqzlkqxyjwxa8pb6c5wp"))
+                "1b4f2wpv9h6zy8fqkn4gjvwawr7gxr4l1hfiif7pvmq37p10isvd"))
               (patches (search-patches
                         "postgresql-disable-normalize_exec_path.patch"))))
     (build-system gnu-build-system)

Reply via email to