unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47395] [PATCH] Bump SQLite to 3.35.2
@ 2021-03-25 18:39 Isaac Young via Guix-patches via
  2021-03-25 19:38 ` Léo Le Bouter via Guix-patches via
  2023-05-29 10:50 ` bug#47395: " Jelle Licht
  0 siblings, 2 replies; 3+ messages in thread
From: Isaac Young via Guix-patches via @ 2021-03-25 18:39 UTC (permalink / raw)
  To: 47395


[-- 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


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

end of thread, other threads:[~2023-05-29 10:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 18:39 [bug#47395] [PATCH] Bump SQLite to 3.35.2 Isaac Young via Guix-patches via
2021-03-25 19:38 ` Léo Le Bouter via Guix-patches via
2023-05-29 10:50 ` bug#47395: " Jelle Licht

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