all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71511] [PATCH] gnu: sqlite-next: Update to 3.46.0.
@ 2024-06-12 10:44 Andy Tai
  2024-06-16 14:48 ` [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency *** Andy Tai
  0 siblings, 1 reply; 5+ messages in thread
From: Andy Tai @ 2024-06-12 10:44 UTC (permalink / raw)
  To: 71511; +Cc: Andy Tai

* gnu/packages/sqlite.scm (sqlite-next): Update to 3.46.0.

Change-Id: I77de92dff5a6a563089d45019ea2fb5745698f5d
---
 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 c51837d410..dd21db0921 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -116,10 +116,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.45.1")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))
+                "0zbs853s8ly693qdg0l7vs4shwn3plmvdczr2s478wsj6dxnm3kg"))))))

base-commit: 30f0faafc4b1cb092d50b58b38db7435c8dbcfeb
-- 
2.34.1





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

end of thread, other threads:[~2024-06-22 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 10:44 [bug#71511] [PATCH] gnu: sqlite-next: Update to 3.46.0 Andy Tai
2024-06-16 14:48 ` [bug#71511] [PATCH v2 0/2] *** sqlite-next update with dependency *** Andy Tai
2024-06-16 14:48   ` [bug#71511] [PATCH v2 1/2] gnu: sqlite-next: Update to 3.46.0 Andy Tai
2024-06-16 14:48   ` [bug#71511] [PATCH v2 2/2] gnu: python-apsw: Update to 3.46.0.0 Andy Tai
2024-06-22 16:58   ` bug#71511: [PATCH v2 0/2] *** sqlite-next update with dependency *** Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.