[PATCH 0/1] sqlite: Update to 3.34.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Mathieu Othacehe
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(name . Guix Patches)(address . guix-patches@gnu.org)
CAEwRq=opxTV_pt2UriyXH-UscjTVqyUL7QkdWRudWstRUKgaKA@mail.gmail.com
Hello,

here is an update to sqlite to latest version:
3.34.0.

It should not go to master because of:

Building the following 5008 packages would ensure 11340 dependent
packages are rebuilt.

--
Vincent Legoll
Vincent Legoll wrote 4 years ago
[PATCH] gnu: sqlite: Update to 3.34.0.
(address . 45458@debbugs.gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227131037.13653-1-vincent.legoll@gmail.com
* gnu/packages/sqlite.scm (sqlite): Update to 3.34.0.
---
gnu/packages/sqlite.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index eeb77749d8..d3d8c7d62e 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.34.0")
(source (origin
(method url-fetch)
(uri (let ((numeric-version
@@ -64,7 +64,7 @@
numeric-version ".tar.gz")))
(sha256
(base32
- "1bj936svd8i5g25xd1bj52hj4zca01fgl3sqkj86z9q5pkz4wa32"))))
+ "1vlsvlp5nvhd5pdjpmdczfsv7mml2gsalykl6x3palbxwgxbfvdz"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(native-inputs (if (hurd-target?)
--
2.29.2
Mathieu Othacehe wrote 4 years ago
Re: [bug#45458] [PATCH 0/1] sqlite: Update to 3.34.0.
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45458-done@debbugs.gnu.org)
875z4j7ep3.fsf@gnu.org
Hello,

Toggle quote (3 lines)
> Building the following 5008 packages would ensure 11340 dependent
> packages are rebuilt.

Pushed to core-updates, thanks!

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45458@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45458
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help