[PATCH] gnu: ckb-next: Update to 0.6.0.

  • Open
  • quality assurance status badge
Details
2 participants
  • Eric Bavier
  • Ludovic Courtès
Owner
unassigned
Submitted by
Eric Bavier
Severity
normal

Debbugs page

Eric Bavier wrote 3 weeks ago
(address . guix-patches@gnu.org)(name . Eric Bavier)(address . bavier@posteo.net)
6801c1543db58f4536261a7b9400f37623323f3d.1739771016.git.bavier@posteo.net
* 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(-)

Toggle diff (40 lines)
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@autistici.org>
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Jakob Kirsch <jakob.kirsch@web.de>
+;;; Copyright © 2025 Eric Bavier <bavier@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
Ludovic Courtès wrote 45 hours ago
(name . Eric Bavier)(address . bavier@posteo.net)(address . 76358@debbugs.gnu.org)
87jz8xosw9.fsf@gnu.org
Eric Bavier <bavier@posteo.net> skribis:

Toggle quote (4 lines)
> * gnu/packages/hardware.scm (ckb-next): Update to 0.6.0.
>
> Change-Id: Icde6c472663975aeed0b578528fef21ac1cccfde

LGTM, and green on qa.guix!
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76358@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76358
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help