GNU bug report logs -
#76358
[PATCH] gnu: ckb-next: Update to 0.6.0.
Previous Next
Reported by: Eric Bavier <bavier <at> posteo.net>
Date: Mon, 17 Feb 2025 05:47:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
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 76358 in the body.
You can then email your comments to 76358 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#76358
; Package
guix-patches
.
(Mon, 17 Feb 2025 05:47:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Eric Bavier <bavier <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Mon, 17 Feb 2025 05:47:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/hardware.scm (ckb-next): Update to 0.6.0.
Change-Id: Icde6c472663975aeed0b578528fef21ac1cccfde
---
gnu/packages/hardware.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 9ef98a17c0..4a9d14e2cf 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -20,6 +20,7 @@
;;; Copyright © 2024 Giacomo Leidi <goodoldpaul <at> autistici.org>
;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch <at> web.de>
+;;; Copyright © 2025 Eric Bavier <bavier <at> posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -490,19 +491,19 @@ (define-public hwinfo
(license license:gpl2+)))
(define-public ckb-next
- (let ((commit "967f44018a9d46efa7203fad38518e9381eba0f3")
+ (let ((commit "faca39b1fb15c5dd4ee3de6893ca85a18a1cb3f1")
(revision "0"))
(package
(name "ckb-next")
- (version (git-version "0.4.4" revision commit))
+ (version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/ckb-next/ckb-next")
- (commit commit)))
+ (commit (string-append "v" version))))
(sha256
(base32
- "0bfpah0zgmyhbi6payymr3p98nfnwqr2xqxgkyzvccz72z246316"))
+ "1s6xz2d631rds0bsxk26smqjs9jg3lwnjrjh2sw8hc7h7l8jyiqv"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(arguments
base-commit: 61440f9c64e64eb8dbe29b8b94decdf85ef4b605
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76358
; Package
guix-patches
.
(Mon, 10 Mar 2025 14:36:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76358 <at> debbugs.gnu.org (full text, mbox):
Eric Bavier <bavier <at> posteo.net> skribis:
> * gnu/packages/hardware.scm (ckb-next): Update to 0.6.0.
>
> Change-Id: Icde6c472663975aeed0b578528fef21ac1cccfde
LGTM, and green on qa.guix!
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Wed, 30 Apr 2025 14:42:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Eric Bavier <bavier <at> posteo.net>
:
bug acknowledged by developer.
(Wed, 30 Apr 2025 14:42:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 76358-done <at> debbugs.gnu.org (full text, mbox):
Pushed after removing the git commit, which is not used anymore for this
regular release.
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 29 May 2025 11:24:19 GMT)
Full text and
rfc822 format available.
This bug report was last modified 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.