mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: postgresql-9.6: Remove EOL package.
* gnu/packages/databases.scm (postgresql-9.6): Delete variable.
This commit is contained in:
parent
df2e19f376
commit
a464cd556e
1 changed files with 0 additions and 12 deletions
|
@ -1341,18 +1341,6 @@ (define-public postgresql-10
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue