all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rutger Helling <rhelling@mykolab.com>
To: 28757@debbugs.gnu.org
Subject: [bug#28757] [PATCH] gnu: postgresql: Update to 10.0.
Date: Mon, 09 Oct 2017 11:27:20 +0200	[thread overview]
Message-ID: <aeee44edb330fde92a62e03730fbe68f@mykolab.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 49 bytes --]

Hey Guix,

This patch updates postgresql to 10.0.

[-- Attachment #1.2: Type: text/html, Size: 246 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-postgresql-Update-to-10.0.patch --]
[-- Type: text/x-diff; name=0001-gnu-postgresql-Update-to-10.0.patch, Size: 1519 bytes --]

From d614dd69136f860ccb089e012cf7013d9e143a21 Mon Sep 17 00:00:00 2001
From: Rutger Helling <rhelling@mykolab.com>
Date: Mon, 9 Oct 2017 11:20:34 +0200
Subject: [PATCH] gnu: postgresql: Update to 10.0.

* gnu/packages/databases.scm (postgresql): Update to 10.0.
---
 gnu/packages/databases.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 62f940e90..8b122d36f 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -19,6 +19,7 @@
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
+;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -606,14 +607,14 @@ as a drop-in replacement of MySQL.")
 (define-public postgresql
   (package
     (name "postgresql")
-    (version "9.6.5")
+    (version "10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://ftp.postgresql.org/pub/source/v"
                                   version "/postgresql-" version ".tar.bz2"))
               (sha256
                (base32
-                "0k3ls2x182jz6djjiqj9kycddabdl2gk1y1ajq1vipnxwfki5nh6"))))
+                "1lbzwpmdxmk5bh0ix0rn72qbd52dq5cb55nzajscb0bvwa95abvi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-uuid=e2fs")
-- 
2.14.2


             reply	other threads:[~2017-10-09  9:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09  9:27 Rutger Helling [this message]
2017-10-09 19:11 ` [bug#28757] [PATCH] gnu: postgresql: Update to 10.0 Leo Famulari
2017-10-10  6:19   ` Rutger Helling
2017-10-10 14:33     ` bug#28757: " Leo Famulari

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=aeee44edb330fde92a62e03730fbe68f@mykolab.com \
    --to=rhelling@mykolab.com \
    --cc=28757@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.