unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45458] [PATCH 0/1] sqlite: Update to 3.34.0.
@ 2020-12-27 13:07 Vincent Legoll
  2020-12-27 13:10 ` [bug#45458] [PATCH] gnu: " Vincent Legoll
  2020-12-30 10:47 ` bug#45458: [PATCH 0/1] " Mathieu Othacehe
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Legoll @ 2020-12-27 13:07 UTC (permalink / raw)
  To: 45458

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




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

* [bug#45458] [PATCH] gnu: sqlite: Update to 3.34.0.
  2020-12-27 13:07 [bug#45458] [PATCH 0/1] sqlite: Update to 3.34.0 Vincent Legoll
@ 2020-12-27 13:10 ` Vincent Legoll
  2020-12-30 10:47 ` bug#45458: [PATCH 0/1] " Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Vincent Legoll @ 2020-12-27 13:10 UTC (permalink / raw)
  To: 45458; +Cc: Vincent Legoll

* gnu/packages/sqlite.scm (sqlite): Update to 3.34.0.
---
 gnu/packages/sqlite.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





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

* bug#45458: [PATCH 0/1] sqlite: Update to 3.34.0.
  2020-12-27 13:07 [bug#45458] [PATCH 0/1] sqlite: Update to 3.34.0 Vincent Legoll
  2020-12-27 13:10 ` [bug#45458] [PATCH] gnu: " Vincent Legoll
@ 2020-12-30 10:47 ` Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2020-12-30 10:47 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45458-done


Hello,

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

Pushed to core-updates, thanks!

Mathieu




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

end of thread, other threads:[~2020-12-30 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-27 13:07 [bug#45458] [PATCH 0/1] sqlite: Update to 3.34.0 Vincent Legoll
2020-12-27 13:10 ` [bug#45458] [PATCH] gnu: " Vincent Legoll
2020-12-30 10:47 ` bug#45458: [PATCH 0/1] " Mathieu Othacehe

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