gnu: postgresql-13: Update to 13.4.

* gnu/packages/databases.scm (postgresql-13): Update to 13.4.
This commit is contained in:
Efraim Flashner 2021-08-27 15:02:41 +03:00
parent afe8ecdcc0
commit 0e6efd2c4a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1039,14 +1039,14 @@ (define-public galera
(define-public postgresql-13 (define-public postgresql-13
(package (package
(name "postgresql") (name "postgresql")
(version "13.3") (version "13.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
"18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w")) "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za"))
(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