gnu: postgresql: Update to 9.5.6.

* gnu/packages/databases.scm (postgresql): Update to 9.5.6.
This commit is contained in:
Leo Famulari 2017-02-12 13:35:37 -05:00
parent 46aa4c666e
commit 83f805be02
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -396,14 +396,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "9.5.5")
(version "9.5.6")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"157kf6mdazmxfmd11f0akya2xcz6sfgprn7yqc26dpklps855ih2"))))
"0bz1b9r249ffjfvldaiah2g78ccwq30ddh8hdvlq61z26inmz7mv"))))
(build-system gnu-build-system)
(arguments
`(#:phases