gnu: rtl-433: Update to 20.11.

* gnu/packages/radio.scm (rtl-433): Update to 20.11.
This commit is contained in:
Guillaume Le Vaillant 2021-01-17 14:37:04 +01:00
parent 9b97f39f57
commit 175443948f
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -1057,7 +1057,7 @@ (define-public dump1090
(define-public rtl-433
(package
(name "rtl-433")
(version "20.02")
(version "20.11")
(source
(origin
(method git-fetch)
@ -1066,7 +1066,7 @@ (define-public rtl-433
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "11991xky9gawkragdyg27qsf7kw5bhlg7ygvf3fn7ng00x4xbh1z"))))
(base32 "093bxjxkg7yf78wqj5gpijbfa2p05ny09qqsj84kzi1svnzsa369"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))