mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
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 @@ (define-public dump1090
|
|||
(define-public rtl-433
|
||||
(package
|
||||
(name "rtl-433")
|
||||
(version "21.05")
|
||||
(version "21.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1370,7 +1370,7 @@ (define-public rtl-433
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1f60nvahsplv1yszacc49mlbcnacgs1nwhdf8y9srmzg08xrfnfk"))))
|
||||
(base32 "0ygxs35zvgnamhqdwk1akcwagcirzpi4wndzgf9d23faiv4cm01a"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
|
Loading…
Reference in a new issue