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 via email to