gnu: postgresql@10: Update to 10.9.

* gnu/packages/databases.scm (postgresql): Update to 10.9.
This commit is contained in:
Marius Bakke 2019-07-02 17:14:34 +02:00
parent 0323db5aef
commit e307f52e01
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

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