gnu: postgresql@13: Update to 13.9.

* gnu/packages/databases.scm (postgresql-13): Update to 13.9.
This commit is contained in:
Marius Bakke 2022-11-20 16:47:28 +01:00
parent bb9837f66c
commit 5e861c1aee
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1300,14 +1300,14 @@ (define-public postgresql-14
(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