gnu: postgresql: Update to 10.2 [CVE-2018-{1052,1053}].

* gnu/packages/databases.scm (postgresql): Update to 10.2.
This commit is contained in:
Leo Famulari 2018-02-08 16:09:00 -05:00
parent bf4075cd9c
commit 2c433a1612
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -699,14 +699,14 @@ as a drop-in replacement of MySQL.")
(define-public postgresql
(package
(name "postgresql")
(version "10.1")
(version "10.2")
(source (origin
(method url-fetch)
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"04z7lm4h94625vbncwv98svycqr942n3q47ailqaczkszqjlxjrw"))))
"1bav2iyi93h866skrrlqlvsp4sfv1sfww1s305zpzffxcadh0cpy"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-uuid=e2fs")