guix_mirror_bot pushed a commit to branch sysadmin-team in repository guix.
commit 1861d234fbdd8851a5de4ecddfe32bf741834c99 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. Change-Id: I3056f21680e59e6c5cb52eac25c4799bf5ea2a25 Signed-off-by: Sharlatan Hellseher <[email protected]> --- 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 5a2ab23c23..7829cef128 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1548,14 +1548,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)
