Archived
1
0
Fork 0

gnu: postgresql-15: Update to 15.7.

* gnu/packages/databases.scm (postgresql-15): Update to 15.7.

Change-Id: I01fb10b98cb38cf8998763c7436f8041b877404c
This commit is contained in:
Efraim Flashner 2024-07-01 17:04:42 +03:00
parent 0f51ddd8db
commit 4f882ece16
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1260,14 +1260,14 @@ and high-availability (HA).")
(define-public postgresql-15 (define-public postgresql-15
(package (package
(name "postgresql") (name "postgresql")
(version "15.4") (version "15.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v" (uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2")) version "/postgresql-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"1yf8cfg9j2pfxh5lxfaq1ifbvrcvv2g5vjxnadk36ds4vi5mmv5s")) "1xwq1592k1r64ki9bmkcyw39416kymabdfxbkpiqaqxbhnaf8vx4"))
(patches (search-patches "postgresql-disable-resolve_symlinks.patch")))) (patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments