~ruther/guix-local

ff54f194f335cd5b1deda8b8f269b146e9c34cf3 — Marius Bakke 8 years ago 59ff96a
gnu: postgresql: Update to 9.6.5.

* gnu/packages/databases.scm (postgresql): Update to 9.6.5.

Release-notes: https://www.postgresql.org/docs/9.6/static/release-9-6-5.html
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -2
@@ 474,14 474,14 @@ as a drop-in replacement of MySQL.")
(define-public postgresql
  (package
    (name "postgresql")
    (version "9.6.4")
    (version "9.6.5")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                  version "/postgresql-" version ".tar.bz2"))
              (sha256
               (base32
                "04yffrrmn85k25n3nq389aa9c1j8mkimrf889kayl772h9nv2fib"))))
                "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags '("--with-uuid=e2fs")