me
/
guix
Archived
1
0
Fork 0

gnu: rtl-433: Update to 20.11.

* gnu/packages/radio.scm (rtl-433): Update to 20.11.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1057,7 +1057,7 @@ their position, altitude, speed, etc.")
(define-public rtl-433
(package
(name "rtl-433")
(version "20.02")
(version "20.11")
(source
(origin
(method git-fetch)
@ -1066,7 +1066,7 @@ their position, altitude, speed, etc.")
(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)))