mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: postgresql@14: Update to 14.6.
* gnu/packages/databases.scm (postgresql-14): Update to 14.6.
This commit is contained in:
parent
588dbc0df9
commit
8924aa56e9
1 changed files with 2 additions and 2 deletions
|
@ -1240,14 +1240,14 @@ (define-public postgresql-14
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue