mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ddcci-driver-linux: Update to 0.3.4.
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.3.4.
This commit is contained in:
parent
613a9c7cb3
commit
e0feacfbad
1 changed files with 2 additions and 2 deletions
|
@ -1432,7 +1432,7 @@ (define-public bbswitch-module
|
|||
(define-public ddcci-driver-linux
|
||||
(package
|
||||
(name "ddcci-driver-linux")
|
||||
(version "0.3.3")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1443,7 +1443,7 @@ (define-public ddcci-driver-linux
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vkkja3ykjil783zjpwp0vz7jy2fp9ccazzi3afd4fjk8gldin7f"))))
|
||||
"0b50hhkna6ika2vwahzb9za9b41g39ialgv5y1y0kakqi50qi0ld"))))
|
||||
(build-system linux-module-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue