gnu: tp-smapi-module: Update to 0.44.
* gnu/packages/linux.scm (tp-smapi-module): Update to 0.44. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
d17eea7472
commit
c08b6d7056
1 changed files with 2 additions and 2 deletions
|
@ -10088,7 +10088,7 @@ with the value and the symbolic name.")
|
||||||
(define-public tp-smapi-module
|
(define-public tp-smapi-module
|
||||||
(package
|
(package
|
||||||
(name "tp-smapi-module")
|
(name "tp-smapi-module")
|
||||||
(version "0.43")
|
(version "0.44")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -10097,7 +10097,7 @@ with the value and the symbolic name.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rjb0njckczc2mj05cagvj0lkyvmyk6bw7wkiinv81lw8m90g77g"))))
|
"0kzbks07bh5jbi1n311zp9cbp1xxyzi7nys8wq1k0k5ig81h9w6k"))))
|
||||||
(build-system linux-module-build-system)
|
(build-system linux-module-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;there are none.
|
`(#:tests? #f)) ;there are none.
|
||||||
|
|
Reference in a new issue