gnu: postgresql: Update to 9.5.3.

* gnu/packages/databases.scm (postgresql): Update to 9.5.3.
This commit is contained in:
Efraim Flashner 2016-05-13 08:13:27 +03:00
parent 9a12ca7771
commit ec374039e4
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -327,14 +327,14 @@ (define-public mariadb
(define-public postgresql
(package
(name "postgresql")
(version "9.5.2")
(version "9.5.3")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"0hbwwhh0pz0a6vf8j5bskiq7gmz9rwc9ywcqyhg5asshckj35lgq"))))
"1d500d2qsdzysnis6qi84xchnz5xh8kx8sjfmkbsijwaqlfw11bk"))))
(build-system gnu-build-system)
(arguments
`(#:phases