unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59591] [PATCH] gnu: sqlite-next: Update to 3.40.0.
@ 2022-11-26  2:39 Matthew James Kraai
  2022-12-06 11:36 ` bug#59591: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew James Kraai @ 2022-11-26  2:39 UTC (permalink / raw)
  To: 59591; +Cc: Matthew James Kraai

* gnu/packages/sqlite.scm (sqlite-next): Update to 3.40.0.
---
 gnu/packages/sqlite.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index 7e8d444b7d..71cc923a3a 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -12,6 +12,7 @@
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -113,10 +114,10 @@ (define-public sqlite
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.39.3")
+    (version "3.40.0")
     (source (origin
               (method url-fetch)
               (uri (sqlite-uri version 2022))
               (sha256
                (base32
-                "1f922kq16g7f4h3gpzim78lvrp5xw9nvlvqw97s2qgxyh8qgns3q"))))))
+                "1rw0i63822pdkb3a16sqj4jdcp5zg0ffjmi26mshqw6jfqh5acq3"))))))
-- 
2.38.1





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

* bug#59591: [PATCH] gnu: sqlite-next: Update to 3.40.0.
  2022-11-26  2:39 [bug#59591] [PATCH] gnu: sqlite-next: Update to 3.40.0 Matthew James Kraai
@ 2022-12-06 11:36 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-12-06 11:36 UTC (permalink / raw)
  To: Matthew James Kraai; +Cc: 59591-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 306 bytes --]


Matthew James Kraai <kraai@ftbfs.org> writes:

> * gnu/packages/sqlite.scm (sqlite-next): Update to 3.40.0.
> ---
>  gnu/packages/sqlite.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

This looks good to me :) I've pushed it to master as
b0feb36e832b671588ddc7538096e6f0a4555cd5.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2022-12-06 11:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-26  2:39 [bug#59591] [PATCH] gnu: sqlite-next: Update to 3.40.0 Matthew James Kraai
2022-12-06 11:36 ` bug#59591: " Christopher Baines

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