unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Enge <andreas@enge.fr>
To: guix-devel@gnu.org
Subject: Update sqlite
Date: Mon, 20 Oct 2014 15:59:48 +0200	[thread overview]
Message-ID: <20141020135948.GA7303@debian> (raw)

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)

             reply	other threads:[~2014-10-20 14:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-20 13:59 Andreas Enge [this message]
2014-10-25 21:31 ` Update sqlite Ludovic Courtès
2014-10-25 23:20 ` Mark H Weaver
2014-11-01 10:48   ` Andreas Enge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141020135948.GA7303@debian \
    --to=andreas@enge.fr \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).