From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyePt-0003ay-Ny for guix-patches@gnu.org; Thu, 13 Apr 2017 09:04:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyePq-0006CY-Jh for guix-patches@gnu.org; Thu, 13 Apr 2017 09:04:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47027) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyePq-0006CT-Gm for guix-patches@gnu.org; Thu, 13 Apr 2017 09:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyePq-0002TC-5h for guix-patches@gnu.org; Thu, 13 Apr 2017 09:04:02 -0400 Subject: bug#26482: [PATCH] gnu: postgresql: Update to 9.6.2. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyePD-0003TX-KJ for guix-patches@gnu.org; Thu, 13 Apr 2017 09:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyeP8-00064B-02 for guix-patches@gnu.org; Thu, 13 Apr 2017 09:03:23 -0400 Received: from nm38-vm3.bullet.mail.ir2.yahoo.com ([212.82.97.153]:35096) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyeP7-00063i-LT for guix-patches@gnu.org; Thu, 13 Apr 2017 09:03:17 -0400 From: Vasile Dumitrascu Date: Thu, 13 Apr 2017 15:03:13 +0200 Message-Id: <20170413130313.18122-1-va511e@yahoo.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26482@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/databases.scm (postgresql): Update to 9.6.2. --- 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 db15a5afa..778996049 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -438,14 +438,14 @@ as a drop-in replacement of MySQL.") (define-public postgresql (package (name "postgresql") - (version "9.5.6") + (version "9.6.2") (source (origin (method url-fetch) (uri (string-append "https://ftp.postgresql.org/pub/source/v" version "/postgresql-" version ".tar.bz2")) (sha256 (base32 - "0bz1b9r249ffjfvldaiah2g78ccwq30ddh8hdvlq61z26inmz7mv")))) + "1jahzqqw5inyvmacic2ihhj5f8z50lapci2fwws91h719ccbb1q1")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.11.0