GNU bug report logs - #48484
Removed unused PostgreSQL packages

Previous Next

Package: guix-patches;

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


Message #11 received at 48484 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 48484 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Remove PostgreSQL 9.
Date: Mon, 17 May 2021 15:23:26 -0400
* gnu/packages/databases.scm (postgresql-9.6): Remove variable.
---
 gnu/packages/databases.scm | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1a6d6f13d5..5b6504b5c1 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1123,18 +1123,6 @@ pictures, sounds, or video.")
                (base32
                 "0v5jahkqm6gkq67s4bac3h7297bscn2ab6y128idi73cc1qq1wjs"))))))
 
-(define-public postgresql-9.6
-  (package
-    (inherit postgresql-10)
-    (version "9.6.22")
-    (source (origin
-              (inherit (package-source postgresql-10))
-              (uri (string-append "https://ftp.postgresql.org/pub/source/v"
-                                  version "/postgresql-" version ".tar.bz2"))
-              (sha256
-               (base32
-                "0c19kzrj5ib5ygmavf5d6qvxdwrxzzz6jz1r2dl5b815208cscix"))))))
-
 (define-public postgresql postgresql-13)
 
 (define-public pgloader
-- 
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.