all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 48484@debbugs.gnu.org
Subject: [bug#48484] [PATCH 1/2] gnu: Remove PostgreSQL 9.
Date: Mon, 17 May 2021 15:23:26 -0400	[thread overview]
Message-ID: <a8f6dd76613c9ff6edb2291df2fa9bde2ba323cc.1621279407.git.leo@famulari.name> (raw)
In-Reply-To: <YKLCh/AdKWL7Jqzi@jasmine.lan>

* 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





  reply	other threads:[~2021-05-17 19:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-17 19:22 [bug#48484] Removed unused PostgreSQL packages Leo Famulari
2021-05-17 19:23 ` Leo Famulari [this message]
2021-05-17 19:23   ` [bug#48484] [PATCH 2/2] gnu: Remove PostgreSQL 11 Leo Famulari
2021-05-17 19:53 ` [bug#48484] Removed unused PostgreSQL packages Björn Höfling
2021-05-17 22:36 ` Christopher Baines
2021-06-04 13:05   ` Mathieu Othacehe
2022-05-22  3:37     ` Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a8f6dd76613c9ff6edb2291df2fa9bde2ba323cc.1621279407.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=48484@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.