guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/15: gnu: sqlite-next: Update to 3.40.0.


From: guix-commits
Subject: 11/15: gnu: sqlite-next: Update to 3.40.0.
Date: Tue, 6 Dec 2022 06:16:27 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit b0feb36e832b671588ddc7538096e6f0a4555cd5
Author: Matthew James Kraai <kraai@ftbfs.org>
AuthorDate: Fri Nov 25 18:39:05 2022 -0800

    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>
---
 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 @@ 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"))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]