mbakke pushed a commit to branch staging2
in repository guix.

commit 8531a732e36e9e2e04779697a724edbe663cf8f8
Author: Marius Bakke <[email protected]>
AuthorDate: Thu May 14 22:51:29 2020 +0200

    gnu: postgresql: Update to 10.13.
    
    * gnu/packages/databases.scm (postgresql): Update to 10.13.
---
 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 0a98148..a87a458 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -959,14 +959,14 @@ developed in C/C++ to MariaDB and MySQL databases.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.12")
+    (version "10.13")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1rsab4zf4rx7pvvhlwhb04kb95aiad9cwazc4ksbvg2gij47z3rq"))
+                "1qal0yp7a90yzya7hl56gsmw5fvacplrdhpn7h9gnbyr1i2iyw2d"))
               (patches (search-patches 
"postgresql-disable-resolve_symlinks.patch"))))
     (build-system gnu-build-system)
     (arguments

Reply via email to