emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38987: closed ([PATCH] gnu: postgresql@11: Update to 11.6.)


From: GNU bug Tracking System
Subject: bug#38987: closed ([PATCH] gnu: postgresql@11: Update to 11.6.)
Date: Sun, 12 Jan 2020 21:00:03 +0000

Your message dated Sun, 12 Jan 2020 21:59:18 +0100
with message-id <address@hidden>
and subject line Re: [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6.
has caused the debbugs.gnu.org bug report #38987,
regarding [PATCH] gnu: postgresql@11: Update to 11.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38987: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38987
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: postgresql@11: Update to 11.6. Date: Mon, 06 Jan 2020 11:55:43 +0000
>From b52df779b015c15e13c0b7ff018ed7cb4dbaa94c Mon Sep 17 00:00:00 2001
From: Riku Viitanen <address@hidden>
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38987] [PATCH] gnu: postgresql@11: Update to 11.6. Date: Sun, 12 Jan 2020 21:59:18 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Riku Viitanen via Guix-patches via <address@hidden> writes:

> From b52df779b015c15e13c0b7ff018ed7cb4dbaa94c Mon Sep 17 00:00:00 2001
> From: Riku Viitanen <address@hidden>
> 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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]