GNU bug report logs - #76358
[PATCH] gnu: ckb-next: Update to 0.6.0.

Previous Next

Package: guix-patches;

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.

View this report as an mbox folder, status mbox, maintainer mbox


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):

From: Eric Bavier <bavier <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Eric Bavier <bavier <at> posteo.net>
Subject: [PATCH] gnu: ckb-next: Update to 0.6.0.
Date: Mon, 17 Feb 2025 05:45:04 +0000
* 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):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Eric Bavier <bavier <at> posteo.net>
Cc: 76358 <at> debbugs.gnu.org
Subject: Re: [bug#76358] [PATCH] gnu: ckb-next: Update to 0.6.0.
Date: Mon, 10 Mar 2025 15:35:34 +0100
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):

From: Andreas Enge <andreas <at> enge.fr>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 76358-done <at> debbugs.gnu.org, Eric Bavier <bavier <at> posteo.net>
Subject: Re: [bug#76358] [PATCH] gnu: ckb-next: Update to 0.6.0.
Date: Wed, 30 Apr 2025 16:41:47 +0200
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.