all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6.
@ 2020-01-06 11:55 Riku Viitanen via Guix-patches via
  2020-01-12 20:59 ` Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Riku Viitanen via Guix-patches via @ 2020-01-06 11:55 UTC (permalink / raw)
  To: 38987

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6.
  2020-01-06 11:55 [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6 Riku Viitanen via Guix-patches via
@ 2020-01-12 20:59 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-01-12 20:59 UTC (permalink / raw)
  To: riku.viitanen, 38987, 38987-done

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

Riku Viitanen via Guix-patches via <guix-patches@gnu.org> writes:

> 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.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-01-12 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 11:55 [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6 Riku Viitanen via Guix-patches via
2020-01-12 20:59 ` Marius Bakke

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.