gnu: postgresql: Update to 9.5.5.

* gnu/packages/databases.scm (postgresql): Update to 9.5.5.
[home-page]: Use https.
master
Efraim Flashner 2016-11-09 11:39:30 +02:00
parent bc332a638b
commit d887f420d2
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -353,14 +353,14 @@ as a drop-in replacement of MySQL.")
(define-public postgresql
(package
(name "postgresql")
(version "9.5.4")
(version "9.5.5")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1l3fqxlpxgl6nrcd4h6lpi2hsiv56yg83n3xrn704rmdch8mfpng"))))
"157kf6mdazmxfmd11f0akya2xcz6sfgprn7yqc26dpklps855ih2"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@ -375,7 +375,7 @@ as a drop-in replacement of MySQL.")
(inputs
`(("readline" ,readline)
("zlib" ,zlib)))
(home-page "http://www.postgresql.org/")
(home-page "https://www.postgresql.org/")
(synopsis "Powerful object-relational database system")
(description
"PostgreSQL is a powerful object-relational database system. It is fully