~ruther/guix-local

b9d38ad1bc29222b6b0ed8711b6cab6492e8de78 — Vasile Dumitrascu 9 years ago 07716c6
gnu: postgresql: Update to 9.6.2.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/databases.scm
M gnu/packages/databases.scm => gnu/packages/databases.scm +2 -2
@@ 438,14 438,14 @@ as a drop-in replacement of MySQL.")
(define-public postgresql
  (package
    (name "postgresql")
    (version "9.5.6")
    (version "9.6.2")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                  version "/postgresql-" version ".tar.bz2"))
              (sha256
               (base32
                "0bz1b9r249ffjfvldaiah2g78ccwq30ddh8hdvlq61z26inmz7mv"))))
                "1jahzqqw5inyvmacic2ihhj5f8z50lapci2fwws91h719ccbb1q1"))))
    (build-system gnu-build-system)
    (arguments
     `(#:phases