gnu: postgresql@14: Update to 14.6.

* gnu/packages/databases.scm (postgresql-14): Update to 14.6.
This commit is contained in:
Marius Bakke 2022-12-12 11:34:31 +01:00
parent 8caf7508ba
commit c9974889ef
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

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