GNU bug report logs -
#74935
[PATCH 0/2] update ddcutil to 2.1.4.
Previous Next
Reported by: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Wed, 18 Dec 2024 03:55:01 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/hardware.scm (ddcui): Update to 0.5.4.
Change-Id: I035456ab340e6a5d221ff45a6637753abb0f5d7a
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 02664c1872c..3de60dcf4ea 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -596,7 +596,7 @@ (define-public ddcutil
(define-public ddcui
(package
(name "ddcui")
- (version "0.3.0")
+ (version "0.5.4")
(source
(origin
(method git-fetch)
@@ -605,7 +605,7 @@ (define-public ddcui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+ (base32 "1hq19gdy9ybraclkqvv1nlf46irql5b6wrc1y6wi0ihkqly20vgz"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; No test suite
--
2.46.0
This bug report was last modified 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.