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

To reply to this bug, email your comments to 76358 AT debbugs.gnu.org.

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!




This bug report was last modified 29 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.