guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: sqlite-next: Update to 3.45.1.


From: guix-commits
Subject: 04/08: gnu: sqlite-next: Update to 3.45.1.
Date: Thu, 1 Feb 2024 01:24:49 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 813712ccf2d7edbbd589649fba6e8ca8a13cd74c
Author: Zhu Zihao <all_but_last@163.com>
AuthorDate: Mon Jan 22 20:16:16 2024 +0800

    gnu: sqlite-next: Update to 3.45.1.
    
    * gnu/packages/sqlite.scm (sqlite-next): Update to 3.45.1.
    
    Change-Id: If7c460e37b6b18768c59bf05472179eb0f7183f0
    Signed-off-by: Hilton Chain <hako@ultrarare.space>
---
 gnu/packages/sqlite.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sqlite.scm b/gnu/packages/sqlite.scm
index a4db47270d..c51837d410 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -13,6 +13,7 @@
 ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2022 Matthew James Kraai <kraai@ftbfs.org>
+;;; Copyright © 2024 Zhu Zihao <all_but_last@163.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -115,10 +116,10 @@ is in the public domain.")
 (define-public sqlite-next
   (package
     (inherit sqlite)
-    (version "3.42.0")
+    (version "3.45.1")
     (source (origin
               (method url-fetch)
-              (uri (sqlite-uri version 2022))
+              (uri (sqlite-uri version 2024))
               (sha256
                (base32
-                "19lc11fwl7jfv94hnjih0gr41jakz38ra23cbk5449vf3hbgvg3s"))))))
+                "02lssjiwyvsrr80rp62n0msds0f7hq5y4lbni74k4nbs3f22g76d"))))))



reply via email to

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