[PATCH 0/2] Update ddcutil and ddcui.

  • Done
  • quality assurance status badge
Details
2 participants
  • Sergey Trofimov
  • Spencer Skylar Chan
Owner
unassigned
Submitted by
Spencer Skylar Chan
Severity
normal

Debbugs page

Spencer Skylar Chan wrote 1 years ago
(address . guix-patches@gnu.org)(name . Spencer Skylar Chan)(address . schan12@umd.edu)
20231121050035.417589-1-schan12@umd.edu
Spencer Skylar Chan (2):
gnu: ddcutil: Update to 2.0.0.
gnu: ddcui: Update to 0.4.2.

gnu/packages/hardware.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


base-commit: 71b92466430acb8c91841522dc0eb7d766af4388
--
2.39.2
Spencer Skylar Chan wrote 1 years ago
[PATCH 1/2] gnu: ddcutil: Update to 2.0.0.
(address . 67316@debbugs.gnu.org)(name . Spencer Skylar Chan)(address . schan12@umd.edu)
20231121050414.418155-1-schan12@umd.edu
* gnu/packages/hardware.scm (ddcutil): Update to 2.0.0.
[inputs]: Add jansson.

Change-Id: If03736e01ff1eebb2196e1de9d150dbad42ea20c
---
gnu/packages/hardware.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 0652e2933d..cd4d47dca4 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -481,20 +481,21 @@ (define-public ckb-next
(define-public ddcutil
(package
(name "ddcutil")
- (version "1.4.2")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.ddcutil.com/tarballs/"
"ddcutil-" version ".tar.gz"))
(sha256
- (base32 "015l13j7fp9fmlc5d7m6nfjbzjbp8vc0g5py35ljw7li2xk16v60"))))
+ (base32 "16wrw5qyzfvr4ily5mspxzprd026cwj4vd2f16y7m4ya052wbs8a"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
(inputs
(list eudev
glib
+ jansson
kmod
i2c-tools
libdrm ;enhanced diagnostics
--
2.39.2
Spencer Skylar Chan wrote 1 years ago
[PATCH 2/2] gnu: ddcui: Update to 0.4.2.
(address . 67316@debbugs.gnu.org)(name . Spencer Skylar Chan)(address . schan12@umd.edu)
20231121050414.418155-2-schan12@umd.edu
* gnu/packages/hardware.scm (ddcui): Update to 0.4.2.

Change-Id: Icd661e3c6641313eb31dc00cc892929a1b7c534a
---
gnu/packages/hardware.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index cd4d47dca4..68e42bb458 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -530,7 +530,7 @@ (define-public ddcutil
(define-public ddcui
(package
(name "ddcui")
- (version "0.3.0")
+ (version "0.4.2")
(source
(origin
(method git-fetch)
@@ -539,7 +539,7 @@ (define-public ddcui
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0gypfmwxhjmgyfwk29k8hfbgr0698kbcq2yj4izxv1i59zm63irz"))))
+ (base32 "12wsrawwppd3saw5cv9gizvsyxml8zzr6qk21msqzzjgmpqdr3sg"))))
(build-system cmake-build-system)
(arguments
(list #:tests? #f)) ; No test suite
--
2.39.2
Sergey Trofimov wrote 3 months ago
Re: Status: [PATCH 0/2] Update ddcutil and ddcui.
(name . bug#67316)(address . 67316@debbugs.gnu.org)
878qs86jdy.fsf@sarg.org.ru
Sergey Trofimov wrote 3 months ago
control message for bug #67316
(address . control@debbugs.gnu.org)
877c7s6jdl.fsf@sarg.org.ru
close 67316
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67316
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