unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Update sqlite
@ 2014-10-20 13:59 Andreas Enge
  2014-10-25 21:31 ` Ludovic Courtès
  2014-10-25 23:20 ` Mark H Weaver
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Enge @ 2014-10-20 13:59 UTC (permalink / raw)
  To: guix-devel

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)

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-11-01 10:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 13:59 Update sqlite Andreas Enge
2014-10-25 21:31 ` Ludovic Courtès
2014-10-25 23:20 ` Mark H Weaver
2014-11-01 10:48   ` Andreas Enge

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).