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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76358: closed ([PATCH] gnu: ckb-next: Update to 0.6.0.)
Date: Wed, 30 Apr 2025 14:42:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 30 Apr 2025 16:41:47 +0200
with message-id <aBI2q2xoVXGLQKdl <at> jurong>
and subject line Re: [bug#76358] [PATCH] gnu: ckb-next: Update to 0.6.0.
has caused the debbugs.gnu.org bug report #76358,
regarding [PATCH] gnu: ckb-next: Update to 0.6.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76358: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76358
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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



This bug report was last modified 23 days ago.

Previous Next


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