mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ddcui: Update to 0.6.0.
* gnu/packages/hardware.scm (ddcui): Update to 0.6.0. Change-Id: I9bd33e4cc15c61660a3d8909ba6c7e3ef0f2a83e Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
committed by
Danny Milosavljevic
parent
06fccbd078
commit
14c46566c3
@@ -689,7 +689,7 @@ read/write access to i2c devices to users in the @samp{i2c} group.")
|
|||||||
(define-public ddcui
|
(define-public ddcui
|
||||||
(package
|
(package
|
||||||
(name "ddcui")
|
(name "ddcui")
|
||||||
(version "0.5.4")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -698,7 +698,7 @@ read/write access to i2c devices to users in the @samp{i2c} group.")
|
|||||||
(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 "1hq19gdy9ybraclkqvv1nlf46irql5b6wrc1y6wi0ihkqly20vgz"))))
|
(base32 "13gqgswkkqbn1x97ayiwj4ds2rbdnw564c2rhpi89zymhc1azj19"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? #f)) ; No test suite
|
(list #:tests? #f)) ; No test suite
|
||||||
|
|||||||
Reference in New Issue
Block a user