gnu: PostgreSQL: Update to 14.4.

* gnu/packages/databases.scm (postgresql-14): Update to 14.4.
This commit is contained in:
Marius Bakke 2022-06-20 17:05:58 +02:00
parent b4a14edf69
commit c546a776d5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1184,14 +1184,14 @@ (define-public galera
(define-public postgresql-14 (define-public postgresql-14
(package (package
(name "postgresql") (name "postgresql")
(version "14.3") (version "14.4")
(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
"0f5gm43hx8j67nfad8mrfhzb9aq4brfgka5d0nf936pmicv5g417")) "0slg7ld5mldmv3pn1wxxwglm4s3xc6c91ixx24apj713qlvn4fy2"))
(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