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 2/2] gnu: Remove PostgreSQL 11.
Date: Mon, 17 May 2021 15:23:27 -0400	[thread overview]
Message-ID: <72dfebe0d86c5bdd0890a5c88d2081dcbb170cb3.1621279407.git.leo@famulari.name> (raw)
In-Reply-To: <a8f6dd76613c9ff6edb2291df2fa9bde2ba323cc.1621279407.git.leo@famulari.name>

* 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





  reply	other threads:[~2021-05-17 19:28 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 ` [bug#48484] [PATCH 1/2] gnu: Remove PostgreSQL 9 Leo Famulari
2021-05-17 19:23   ` Leo Famulari [this message]
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=72dfebe0d86c5bdd0890a5c88d2081dcbb170cb3.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.