diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-17 14:21:42 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-12-17 15:20:11 +0100 |
commit | 6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35 (patch) | |
tree | 9beb74a11a25e584197e3cc7cde5e64f34263744 /gnu/packages | |
parent | 8e14a7f809ed2b7257d838f45364e8b839650e3d (diff) | |
download | guix-6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35.tar guix-6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35.tar.gz |
gnu: rtl-433: Update to 21.12.
* gnu/packages/radio.scm (rtl-433): Update to 21.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/radio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 870f69dfed..38f98730b3 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -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)) |