me
/
guix
Archived
1
0
Fork 0

gnu: ddcui: Update to 0.2.1.

* gnu/packages/hardware.scm (ddcui): Update to 0.2.1.
master
Tobias Geerinckx-Rice 2022-05-29 02:00:03 +02:00
parent 7d9972df74
commit 23b4740d54
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ calibrated, and restored when the calibration is applied.")
(define-public ddcui (define-public ddcui
(package (package
(name "ddcui") (name "ddcui")
(version "0.1.2") (version "0.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -323,7 +323,7 @@ calibrated, and restored when the calibration is applied.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0myma1zw6dlygv3xbin662d91zcnwss10syf12q2fppkrd8qdgqf")))) (base32 "0a9xfv80dpimx9wi9igjbbfydyfsgnbk6dv1plhjzyp2a9shdibb"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; No test suite '(#:tests? #f)) ; No test suite