gnu: rtl-433: Update to 21.12.
* gnu/packages/radio.scm (rtl-433): Update to 21.12.
This commit is contained in:
parent
8e14a7f809
commit
6e7c6f105c
1 changed files with 2 additions and 2 deletions
|
|
@ -1361,7 +1361,7 @@ their position, altitude, speed, etc.")
|
||||||
(define-public rtl-433
|
(define-public rtl-433
|
||||||
(package
|
(package
|
||||||
(name "rtl-433")
|
(name "rtl-433")
|
||||||
(version "21.05")
|
(version "21.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -1370,7 +1370,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 "1f60nvahsplv1yszacc49mlbcnacgs1nwhdf8y9srmzg08xrfnfk"))))
|
(base32 "0ygxs35zvgnamhqdwk1akcwagcirzpi4wndzgf9d23faiv4cm01a"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
|
||||||
Reference in a new issue