From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epZaa-0005p2-B6 for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epZaV-0004r9-BC for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epZaV-0004pE-40 for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1epZaU-0008Cy-JC for guix-patches@gnu.org; Sat, 24 Feb 2018 08:10:02 -0500 Subject: [bug#30390] [PATCH 1/3] gnu: sqlite: Fix source URI. Resent-Message-ID: From: Arun Isaac Date: Sat, 24 Feb 2018 18:38:47 +0530 Message-Id: <20180224130849.8886-2-arunisaac@systemreboot.net> In-Reply-To: <20180224130849.8886-1-arunisaac@systemreboot.net> References: <20180224130849.8886-1-arunisaac@systemreboot.net> 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: 30390@debbugs.gnu.org * gnu/packages/databases.scm (sqlite)[source]: Fix source URI. --- gnu/packages/databases.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index d14fb6744..51e18d4a6 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -1004,7 +1004,7 @@ for example from a shell script.") (map (cut string-pad <> 2 #\0) other-digits)) 6 #\0)))))) - (string-append "https://sqlite.org/2017/sqlite-autoconf-" + (string-append "https://sqlite.org/2018/sqlite-autoconf-" numeric-version ".tar.gz"))) (sha256 (base32 -- 2.15.1