mbakke pushed a commit to branch master
in repository guix.

commit 901c9930008e383c9d23d429d0c2c32e4e8ec53f
Author: Riku Viitanen <[email protected]>
AuthorDate: Mon Jan 6 12:06:43 2020 +0000

    gnu: [email protected]: Update to 9.6.16.
    
    * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.16.
    
    Signed-off-by: Marius Bakke <[email protected]>
---
 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