all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Riku Viitanen via Guix-patches via <guix-patches@gnu.org>
To: 38987@debbugs.gnu.org
Subject: [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6.
Date: Mon, 06 Jan 2020 11:55:43 +0000	[thread overview]
Message-ID: <v6D4R0EqZGXYUU6QUVIbw8SLmnhWQfoXXmspy2FyAoeFb2hOTRrDgiyv5tS399SHQW6_ne4W_A8Ik8WldEGmxb-32L5vvTpCCB1sN9q0-9E=@protonmail.com> (raw)

From b52df779b015c15e13c0b7ff018ed7cb4dbaa94c Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen@protonmail.com>
Date: Mon, 6 Jan 2020 13:54:22 +0200
Subject: [PATCH] gnu: postgresql@11: Update to 11.6.

* gnu/packages/databases: (postgresql-11): Update to 11.6.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 393dbee6d0..25de9fb21e 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -978,14 +978,14 @@ pictures, sounds, or video.")
   (package
     (inherit postgresql)
     (name "postgresql")
-    (version "11.5")
+    (version "11.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "106ikalvrilihlvhq7xj7snq98hgbgq6qsgjrd252wgw1c327pvz"))))))
+                "0w1iq488kpzfgfnlw4k32lz5by695mpnkq461jrgsr99z5zlz4j9"))))))

 (define-public postgresql-9.6
   (package
--
2.24.0

             reply	other threads:[~2020-01-06 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 11:55 Riku Viitanen via Guix-patches via [this message]
2020-01-12 20:59 ` [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6 Marius Bakke

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='v6D4R0EqZGXYUU6QUVIbw8SLmnhWQfoXXmspy2FyAoeFb2hOTRrDgiyv5tS399SHQW6_ne4W_A8Ik8WldEGmxb-32L5vvTpCCB1sN9q0-9E=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=38987@debbugs.gnu.org \
    --cc=riku.viitanen@protonmail.com \
    /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.