GNU bug report logs -
#68655
[PATCH] gnu: sqlite@3.42: Update to 3.45.0.
Previous Next
Reported by: Zhu Zihao <all_but_last <at> 163.com>
Date: Mon, 22 Jan 2024 12:18:01 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68655 in the body.
You can then email your comments to 68655 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#68655
; Package
guix-patches
.
(Mon, 22 Jan 2024 12:18:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 22 Jan 2024 12:18:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/sqlite.scm (sqlite-next): Update to 3.45.0.
Change-Id: If7c460e37b6b18768c59bf05472179eb0f7183f0
---
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..9574104f15 100644
--- a/gnu/packages/sqlite.scm
+++ b/gnu/packages/sqlite.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
;;; Copyright © 2022 Matthew James Kraai <kraai <at> ftbfs.org>
+;;; Copyright © 2024 Zhu Zihao <all_but_last <at> 163.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -115,10 +116,10 @@ (define-public sqlite
(define-public sqlite-next
(package
(inherit sqlite)
- (version "3.42.0")
+ (version "3.45.0")
(source (origin
(method url-fetch)
- (uri (sqlite-uri version 2022))
+ (uri (sqlite-uri version 2024))
(sha256
(base32
- "19lc11fwl7jfv94hnjih0gr41jakz38ra23cbk5449vf3hbgvg3s"))))))
+ "0dp4jnjdkas4p578d9xdapnw7s1w6nk89vrqpr99zy6ql5bpv23j"))))))
base-commit: 9f6aab9591f7d7683cb7966f5666d6073d64652a
--
2.41.0
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Thu, 01 Feb 2024 06:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Zhu Zihao <all_but_last <at> 163.com>
:
bug acknowledged by developer.
(Thu, 01 Feb 2024 06:33:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 68655-done <at> debbugs.gnu.org (full text, mbox):
Hi,
On Mon, 22 Jan 2024 20:16:16 +0800,
Zhu Zihao wrote:
>
> * gnu/packages/sqlite.scm (sqlite-next): Update to 3.45.0.
>
> Change-Id: If7c460e37b6b18768c59bf05472179eb0f7183f0
> ---
> gnu/packages/sqlite.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
Applied as 813712ccf2d7 with a newer version, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 29 Feb 2024 12:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 171 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.