guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: postgresql: Update to 9.6.5.


From: Marius Bakke
Subject: 01/02: gnu: postgresql: Update to 9.6.5.
Date: Thu, 31 Aug 2017 15:52:42 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ff54f194f335cd5b1deda8b8f269b146e9c34cf3
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 31 20:25:22 2017 +0200

    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
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ba36552..19e51e9 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]