gnu: rtl-433: Update to 20.11.
* gnu/packages/radio.scm (rtl-433): Update to 20.11.
This commit is contained in:
parent
9b97f39f57
commit
175443948f
1 changed files with 2 additions and 2 deletions
|
@ -1057,7 +1057,7 @@ their position, altitude, speed, etc.")
|
||||||
(define-public rtl-433
|
(define-public rtl-433
|
||||||
(package
|
(package
|
||||||
(name "rtl-433")
|
(name "rtl-433")
|
||||||
(version "20.02")
|
(version "20.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1066,7 +1066,7 @@ their position, altitude, speed, etc.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11991xky9gawkragdyg27qsf7kw5bhlg7ygvf3fn7ng00x4xbh1z"))))
|
(base32 "093bxjxkg7yf78wqj5gpijbfa2p05ny09qqsj84kzi1svnzsa369"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in a new issue