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 0eccd29806
commit 2a37ff2e67
1 changed files with 2 additions and 2 deletions

View File

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