unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Riku Viitanen via Guix-patches via <guix-patches@gnu.org>
To: 38988@debbugs.gnu.org
Subject: [bug#38988] [PATCH] gnu: postgresql@10: Update to 10.11.
Date: Mon, 06 Jan 2020 12:02:15 +0000	[thread overview]
Message-ID: <MGC1FbPiQX6T7YoB_VkQBywW7pZDDECIE2e5XaNObJT8pyFe9pnIV9nC6Ip0StH_iR3myZ9KuXfrTf6LLuzrAl5Pf1MWVgMa5N--IW4qgnk=@protonmail.com> (raw)

From ef256d03d70e1db231726fc2f9d124020b6b802e Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen@protonmail.com>
Date: Mon, 6 Jan 2020 14:00:01 +0200
Subject: [PATCH] gnu: postgresql@10: Update to 10.11.

* gnu/packages/databases.scm (postgresql): Update to 10.11.
---
 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..a1745e3fd2 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -931,14 +931,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "10.10")
+    (version "10.11")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0lzj46dwd9cw94gnqm36bxd7jlhfdyqjrfzr3c4xd3prfn2rnkxd"))
+                "02fcmvbh0mhplj3s2jd24s642ysx7bggnf0h8bs5amh7dgzi8p8d"))
               (patches (search-patches "postgresql-disable-resolve_symlinks.patch"))))
     (build-system gnu-build-system)
     (arguments
--
2.24.0

             reply	other threads:[~2020-01-06 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 12:02 Riku Viitanen via Guix-patches via [this message]
2020-01-12 21:01 ` [bug#38988] [PATCH] gnu: postgresql@10: Update to 10.11 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to='MGC1FbPiQX6T7YoB_VkQBywW7pZDDECIE2e5XaNObJT8pyFe9pnIV9nC6Ip0StH_iR3myZ9KuXfrTf6LLuzrAl5Pf1MWVgMa5N--IW4qgnk=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=38988@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).