From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Update sqlite Date: Mon, 20 Oct 2014 15:59:48 +0200 Message-ID: <20141020135948.GA7303@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgDVB-0001SM-B4 for guix-devel@gnu.org; Mon, 20 Oct 2014 10:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgDV4-0008HI-Qx for guix-devel@gnu.org; Mon, 20 Oct 2014 10:00:01 -0400 Received: from mout.kundenserver.de ([212.227.126.131]:58635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgDV4-0008Gx-Iy for guix-devel@gnu.org; Mon, 20 Oct 2014 09:59:54 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, needing sqlite, I wondered if I could not quickly update it to the latest version. It appears that sqlite-large-page-size-fix.patch does not apply any more. Mark, as you added it, could you maybe check if it is still needed? Below is the new version and hash. Thanks! Andreas diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index f99b8ce..bec0d03 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -213,7 +213,7 @@ types are supported, as is encryption.") (define-public sqlite (package (name "sqlite") - (version "3.8.4.3") + (version "3.8.7") (source (origin (method url-fetch) ;; TODO: Download from sqlite.org once this bug : @@ -233,7 +233,7 @@ types are supported, as is encryption.") "/sqlite-autoconf-" numeric-version ".tar.gz"))) (sha256 (base32 - "0rcdsk5sz34w8vy0g5yhfms4saiq81i872jxx5m5sjij7bi9bsg0")) + "1bnlcfn049dxmq0ql1bmd07fcd2ya02ayd03d7z8vsjrzdvj7d6h")) (patches (list (search-patch "sqlite-large-page-size-fix.patch"))))) (build-system gnu-build-system)