gnu: postgresql@13: Update to 13.9.
authorMarius Bakke <marius@gnu.org>
Sun, 20 Nov 2022 15:47:28 +0000 (16:47 +0100)
committerMarius Bakke <marius@gnu.org>
Sun, 20 Nov 2022 16:54:04 +0000 (17:54 +0100)
* gnu/packages/databases.scm (postgresql-13): Update to 13.9.

gnu/packages/databases.scm

index 2664142..e8e6eb1 100644 (file)
@@ -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