guix-commits
[Top][All Lists]
Advanced

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

branch wip-riscv updated: gnu: postgresql-13: Update to 13.4.


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

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

efraim pushed a commit to branch wip-riscv
in repository guix.

The following commit(s) were added to refs/heads/wip-riscv by this push:
     new fd03c88  gnu: postgresql-13: Update to 13.4.
fd03c88 is described below

commit fd03c880298bc4be93f10ee9c7246bb397b8413c
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]