guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: postgresql@9.6: Update to 9.6.16.


From: guix-commits
Subject: 03/05: gnu: postgresql@9.6: Update to 9.6.16.
Date: Sun, 12 Jan 2020 16:25:09 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 901c9930008e383c9d23d429d0c2c32e4e8ec53f
Author: Riku Viitanen <address@hidden>
AuthorDate: Mon Jan 6 12:06:43 2020 +0000

    gnu: postgresql@9.6: Update to 9.6.16.
    
    * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.16.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 ca15c77..de72444 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1005,14 +1005,14 @@ pictures, sounds, or video.")
   (package
     (inherit postgresql)
     (name "postgresql")
-    (version "9.6.15")
+    (version "9.6.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "02hp69h2p02asfblkaahblzdz2zmawd2r11h6237y5j7yadgxn9w"))))))
+                "1rr2dgv4ams8r2lp13w85c77rkmzpb88fjlc28mvlw6zq2fblv2w"))))))
 
 (define-public python-pymysql
   (package



reply via email to

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