gnu: postgresql: Update to 9.5.1.

* gnu/packages/databases.scm (postgresql): Update to 9.5.1.
This commit is contained in:
Efraim Flashner 2016-03-17 06:24:48 +02:00
parent 23bbd7dd60
commit f1723b8be6

View file

@ -274,14 +274,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "9.3.11")
(version "9.5.1")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"08ba951nfiy516flaw352shj1zslxg4ryx3w5k0adls1r682l8ix"))))
"1ljvijaja5zy4i5b1450drbj8m3fcm3ly1zzaakp75x30s2rsc3b"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline)