guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: postgresql@13: Update to 13.9.


From: guix-commits
Subject: 02/10: gnu: postgresql@13: Update to 13.9.
Date: Sun, 20 Nov 2022 11:56:19 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5e861c1aeec1b1a646baa01dc50c72b243016b8c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 16:47:28 2022 +0100

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



reply via email to

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