mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1b0b16c0d3
commit
168001df96
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue