GNU bug report logs -
#48484
Removed unused PostgreSQL packages
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Mon, 17 May 2021 19:23:01 UTC
Severity: normal
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/databases.scm (postgresql-11): Remove variable.
(postgresql-10): Inherit from postgresql-13.
---
gnu/packages/databases.scm | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 5b6504b5c1..96033bc020 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1098,25 +1098,12 @@ pictures, sounds, or video.")
"18dliq7h2l8irffhyyhdmfwx3si515q6gds3cxdjb9n7m17lbn9w"))
(patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))))
-(define-public postgresql-11
- (package
- (inherit postgresql-13)
- (name "postgresql")
- (version "11.12")
- (source (origin
- (inherit (package-source postgresql-13))
- (uri (string-append "https://ftp.postgresql.org/pub/source/v"
- version "/postgresql-" version ".tar.bz2"))
- (sha256
- (base32
- "016bacpmqxc676ipzc1l8zv1jj44mjz7dv7jhqazg3ibdfqxiyc7"))))))
-
(define-public postgresql-10
(package
- (inherit postgresql-11)
+ (inherit postgresql-13)
(version "10.17")
(source (origin
- (inherit (package-source postgresql-11))
+ (inherit (package-source postgresql-13))
(uri (string-append "https://ftp.postgresql.org/pub/source/v"
version "/postgresql-" version ".tar.bz2"))
(sha256
--
2.31.1
This bug report was last modified 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.