diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-08-26 20:41:36 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-07 23:23:33 +0900 |
| commit | 95ed6f28a2451d4622529cc92b662907b192ba46 (patch) | |
| tree | 1f907a5719b1977d821d2e33cd3b94695d9d3404 | |
| parent | 77c6b115e793bf40940c087dcc4d30ad2fd1b79c (diff) | |
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 <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/databases.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 25c64982ddb..dd7471f3fce 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) |
