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

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

bug#38988: closed ([PATCH] gnu: postgresql@10: Update to 10.11.)


From: GNU bug Tracking System
Subject: bug#38988: closed ([PATCH] gnu: postgresql@10: Update to 10.11.)
Date: Sun, 12 Jan 2020 21:02:02 +0000

Your message dated Sun, 12 Jan 2020 22:01:02 +0100
with message-id <address@hidden>
and subject line Re: [bug#38988] [PATCH] gnu: postgresql@10: Update to 10.11.
has caused the debbugs.gnu.org bug report #38988,
regarding [PATCH] gnu: postgresql@10: Update to 10.11.
to be marked as done.

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


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



--- End Message ---
--- Begin Message --- Subject: Re: [bug#38988] [PATCH] gnu: postgresql@10: Update to 10.11. Date: Sun, 12 Jan 2020 22:01:02 +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 ef256d03d70e1db231726fc2f9d124020b6b802e Mon Sep 17 00:00:00 2001
> From: Riku Viitanen <address@hidden>
> 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.

This is already on the master branch since commit
cb669c095156eef44c1ae8aecda9931a777794ad.

By the way, it would be good to switch to Postgresql 11 as the default
'postgres' variable, that are used for packages.  Would you like to try
that?  :-)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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