me
/
guix
Archived
1
0
Fork 0

gnu: rtl-433: Update to 21.12.

* gnu/packages/radio.scm (rtl-433): Update to 21.12.
master
Guillaume Le Vaillant 2021-12-17 14:21:42 +01:00
parent 8e14a7f809
commit 6e7c6f105c
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -1361,7 +1361,7 @@ their position, altitude, speed, etc.")
(define-public rtl-433
(package
(name "rtl-433")
(version "21.05")
(version "21.12")
(source
(origin
(method git-fetch)
@ -1370,7 +1370,7 @@ their position, altitude, speed, etc.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1f60nvahsplv1yszacc49mlbcnacgs1nwhdf8y9srmzg08xrfnfk"))))
(base32 "0ygxs35zvgnamhqdwk1akcwagcirzpi4wndzgf9d23faiv4cm01a"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))