gnu: postgresql-14: Update to 14.13.

* gnu/packages/databases.scm (postgresql-14): Update to 14.13.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
Nicolas Graves 2024-10-27 00:47:23 +02:00 committed by Maxim Cournoyer
parent 1b0b16c0d3
commit 168001df96
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1355,14 +1355,14 @@ pictures, sounds, or video.")
(package (package
(inherit postgresql-15) (inherit postgresql-15)
(name "postgresql") (name "postgresql")
(version "14.6") (version "14.13")
(source (origin (source (origin
(inherit (package-source postgresql-15)) (inherit (package-source postgresql-15))
(uri (string-append "https://ftp.postgresql.org/pub/source/v" (uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2")) version "/postgresql-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"08nzkq321fzfi8ba8gck9zxxg7xvv8vz3mbl4avrmlq933y4122h")))))) "0misc5yiklflz96n7wxcdzzg0lcc4ahd0flzqsg6mcjs955krajr"))))))
(define-public postgresql-13 (define-public postgresql-13
(package (package