unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Isaac Young via Guix-patches via <guix-patches@gnu.org>
To: 47395@debbugs.gnu.org
Subject: [bug#47395] [PATCH] Bump SQLite to 3.35.2
Date: Thu, 25 Mar 2021 18:39:57 +0000	[thread overview]
Message-ID: <pEQvSTi-vkTNeb5iQSFCWAfzjS2kCUdro040nTlOmrHP0I6J3n-SyrP8yuNrRffQsWEdPYQJJK9adtqOCs9q9oW-DUxD1ldRFSZzg5Grffw=@pm.me> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 134 bytes --]

Hello,

Fossil 2.14 needs SQLite 3.33.0 or later, so I'd like to update the SQLite package to the latest version.

Cheers,
Isaac Young

[-- Attachment #1.2: Type: text/html, Size: 487 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Updating-SQLite-to-version-3.35.2.patch --]
[-- Type: text/x-patch; name=0001-Updating-SQLite-to-version-3.35.2.patch, Size: 1409 bytes --]

From b9f4648e9deacd487f202dd77a34e809ba14ffa9 Mon Sep 17 00:00:00 2001
From: Isaac Young <isyoung@pm.me>
Date: Thu, 25 Mar 2021 12:27:22 -0600
Subject: [PATCH] Updating SQLite to version 3.35.2

---
 gnu/packages/sqlite.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index eeb77749d8..53e98b2389 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -48,7 +48,7 @@
 (define-public sqlite
   (package
    (name "sqlite")
-   (version "3.31.1")
+   (version "3.35.2")
    (source (origin
             (method url-fetch)
             (uri (let ((numeric-version
@@ -60,11 +60,11 @@
                                             (map (cut string-pad <> 2 #\0)
                                                  other-digits))
                                            6 #\0))))))
-                   (string-append "https://sqlite.org/2020/sqlite-autoconf-"
+                   (string-append "https://sqlite.org/2021/sqlite-autoconf-"
                                   numeric-version ".tar.gz")))
             (sha256
              (base32
-              "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
+              "1bfczv5006ycwr1vw7xbq7cmys0jvfr8awmx7wi1b40zyj0yss8j"))))
    (build-system gnu-build-system)
    (inputs `(("readline" ,readline)))
    (native-inputs (if (hurd-target?)
-- 
2.31.0


             reply	other threads:[~2021-03-25 19:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-25 18:39 Isaac Young via Guix-patches via [this message]
2021-03-25 19:38 ` [bug#47395] [PATCH] Bump SQLite to 3.35.2 Léo Le Bouter via Guix-patches via
2023-05-29 10:50 ` bug#47395: " Jelle Licht

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='pEQvSTi-vkTNeb5iQSFCWAfzjS2kCUdro040nTlOmrHP0I6J3n-SyrP8yuNrRffQsWEdPYQJJK9adtqOCs9q9oW-DUxD1ldRFSZzg5Grffw=@pm.me' \
    --to=guix-patches@gnu.org \
    --cc=47395@debbugs.gnu.org \
    --cc=isyoung@pm.me \
    /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).