gnu: postgresql@10: Update to 10.11.

* gnu/packages/databases.scm (postgresql): Update to 10.11.
This commit is contained in:
Marius Bakke 2019-12-09 22:37:24 +01:00
parent ab0cb26f1a
commit cb669c0951
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -910,14 +910,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "10.10")
(version "10.11")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0lzj46dwd9cw94gnqm36bxd7jlhfdyqjrfzr3c4xd3prfn2rnkxd"))
"02fcmvbh0mhplj3s2jd24s642ysx7bggnf0h8bs5amh7dgzi8p8d"))
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
(build-system gnu-build-system)
(arguments