diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-23 02:00:00 +0200 |
commit | e2f1666d0b3361b202e57be2da9f703bb3e71a5c (patch) | |
tree | 62ae5e73210c608866895528f9e8c5a1f6d6a1bf | |
parent | ef37cff046e5593b560e18d6bb77c8f39ee417cd (diff) | |
download | guix-e2f1666d0b3361b202e57be2da9f703bb3e71a5c.tar.gz guix-e2f1666d0b3361b202e57be2da9f703bb3e71a5c.zip |
gnu: postgresql: Update to 15.3.
* gnu/packages/databases.scm (postgresql): Update to 15.3.
-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 5ce3c1d8c8..eff08593b8 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1190,14 +1190,14 @@ and high-availability (HA).") (define-public postgresql-15 (package (name "postgresql") - (version "15.1") + (version "15.3") (source (origin (method url-fetch) (uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2")) (sha256 (base32 - "1bi19sqmri569hyjvbk8grlws7f5dalsqz87wkgx1yjafcyz5zb4")) + "0cnrk5jrwfqkcx8mlg761s60ninqrsxpzasf7xfbzzq03y4x9izz")) (patches (search-patches "postgresql-disable-resolve_symlinks.patch")))) (build-system gnu-build-system) (arguments |