gnu: sqlite-next: Update to 3.40.0.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Matthew James Kraai 2022-11-25 18:39:05 -08:00 committed by Christopher Baines
parent b573af1165
commit b0feb36e83
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

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