mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: PostgreSQL: Promote version 14 to the default.
* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14. * gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
This commit is contained in:
parent
bd16e7c32d
commit
13c46cc29d
2 changed files with 3 additions and 2 deletions
|
@ -1315,7 +1315,7 @@ (define-public postgresql-10
|
|||
(append opensp docbook-sgml-4.2)
|
||||
(delete "docbook-xml")))))
|
||||
|
||||
(define-public postgresql postgresql-13)
|
||||
(define-public postgresql postgresql-14)
|
||||
|
||||
(define-public timescaledb
|
||||
(package
|
||||
|
|
|
@ -354,7 +354,8 @@ (define-public qtbase-5
|
|||
("nss" ,nss)
|
||||
("openssl" ,openssl)
|
||||
("pcre2" ,pcre2)
|
||||
("postgresql" ,postgresql)
|
||||
;; TODO: Switch to 'postgres' in the next rebuild cycle.
|
||||
("postgresql" ,postgresql-13)
|
||||
("pulseaudio" ,pulseaudio)
|
||||
("sqlite" ,sqlite)
|
||||
("unixodbc" ,unixodbc)
|
||||
|
|
Loading…
Reference in a new issue