guix-commits
[Top][All Lists]
Advanced

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

branch staging updated: gnu: postgresql-13: Update to 13.2.


From: guix-commits
Subject: branch staging updated: gnu: postgresql-13: Update to 13.2.
Date: Sun, 14 Feb 2021 14:56:52 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch staging
in repository guix.

The following commit(s) were added to refs/heads/staging by this push:
     new 8fb2643  gnu: postgresql-13: Update to 13.2.
8fb2643 is described below

commit 8fb26437048aed696d256501cf6009c0460bb5a5
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Sat Feb 13 08:56:04 2021 +0100

    gnu: postgresql-13: Update to 13.2.
    
    * gnu/packages/databases.scm (postgresql-13): Update to 13.2.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 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 e0577f1..2f4de2c 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1194,14 +1194,14 @@ developed in C/C++ to MariaDB and MySQL databases.")
 (define-public postgresql-13
   (package
     (name "postgresql")
-    (version "13.1")
+    (version "13.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "07z6zwr58dckaa97yl9ml240z83d1lhgaxw9aq49i8lsp21mqd0j"))
+                "1z5d847jnajcfr3wa6jn52a8xjhamvwzmz18xlm5nvxqip8grmsz"))
               (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]