1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-08 14:10:38 +02:00

gnu: postgresql-9.6: Remove EOL package.

* gnu/packages/databases.scm (postgresql-9.6): Delete variable.
This commit is contained in:
Maxim Cournoyer
2022-03-18 00:26:53 -04:00
parent df2e19f376
commit a464cd556e

View File

@@ -1341,18 +1341,6 @@ pictures, sounds, or video.")
(base32
"009qpb02bq0rx0aaw5ck70gk07xwparhfxvlfimgihw2vhp7qisp"))))))
(define-public postgresql-9.6
(package
(inherit postgresql-10)
(version "9.6.23")
(source (origin
(inherit (package-source postgresql-10))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
(base32
"1fa735lrmv2vrfiixg73nh024gxlagcbrssklvgwdf0s82cgfjd8"))))))
(define-public postgresql postgresql-13)
(define-public timescaledb