me
/
guix
Archived
1
0
Fork 0

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>
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
1 changed files with 3 additions and 2 deletions

View File

@ -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 @@ is in the public domain.")
(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"))))))