guix-commits
[Top][All Lists]
Advanced

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

03/26: gnu: postgresql: Update to 10.13.


From: guix-commits
Subject: 03/26: gnu: postgresql: Update to 10.13.
Date: Thu, 14 May 2020 19:52:56 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 7eaa456293c3aed0b21ff646190d039e3eb514af
Author: Marius Bakke <address@hidden>
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

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