guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: postgresql-13: Update to 13.4.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: postgresql-13: Update to 13.4.
Date: Fri, 27 Aug 2021 08:07:26 -0400

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

efraim pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 0e6efd2  gnu: postgresql-13: Update to 13.4.
0e6efd2 is described below

commit 0e6efd2c4a7528b7d0c0370e28258f5cbcf88d22
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 27 15:02:41 2021 +0300

    gnu: postgresql-13: Update to 13.4.
    
    * gnu/packages/databases.scm (postgresql-13): Update to 13.4.
---
 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 66d9557..c099706 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1039,14 +1039,14 @@ and high-availability (HA).")
 (define-public postgresql-13
   (package
     (name "postgresql")
-    (version "13.3")
+    (version "13.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w"))
+                "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za"))
               (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]