mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-27 12:40:32 +02:00
gnu: Remove postgresql-10.
* gnu/packages/databases.scm (postgresql-10): Delete variable. Fixes: guix/guix#6949 Change-Id: I10ea6d5f2bbdec68fbac82b5ec799c9e096a5c5d
This commit is contained in:
@@ -1670,22 +1670,6 @@ pictures, sounds, or video.")
|
||||
(modify-inputs (package-native-inputs postgresql-13)
|
||||
(replace "docbook-xml" docbook-xml-4.2)))))
|
||||
|
||||
(define-deprecated/public postgresql-10 #f
|
||||
(package
|
||||
(inherit postgresql-13)
|
||||
(version "10.23")
|
||||
(source (origin
|
||||
(inherit (package-source postgresql-13))
|
||||
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
|
||||
version "/postgresql-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sgfssjc9lnzijhn108r6z26fri655k413f1c9b8wibjhd9b594l"))))
|
||||
(native-inputs
|
||||
(modify-inputs (package-native-inputs postgresql-13)
|
||||
(append opensp docbook-sgml-4.2)
|
||||
(delete "docbook-xml")))))
|
||||
|
||||
(define-public postgresql postgresql-14)
|
||||
|
||||
(define-public libpg-query-17
|
||||
|
||||
Reference in New Issue
Block a user