apteryx pushed a commit to branch staging
in repository guix.

commit e2264e6328c3cb9853187826506d8e17c54b7151
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Fri Mar 18 00:43:51 2022 -0400

    gnu: postgresql-13: Update to 13.6.
    
    * gnu/packages/databases.scm (postgresql-13): Update to 13.6.
---
 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 2e5d49bc12..408dcb2582 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1278,14 +1278,14 @@ pictures, sounds, or video.")
 (define-public postgresql-13
   (package
     (inherit postgresql-14)
-    (version "13.4")
+    (version "13.6")
     (source (origin
               (inherit (package-source postgresql-14))
               (uri (string-append "https://ftp.postgresql.org/pub/source/v";
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "1kf0gcsrl5n25rjlvkh87aywmn28kbwvakm5c7j1qpr4j01y34za"))))))
+                "1z37ix80hb2bqa2smh1hbj9r507ypnl3pil43gkqznnlv6ipzz5s"))))))
 
 (define-public postgresql-11
   (package

Reply via email to