summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-12-17 14:21:42 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-12-17 15:20:11 +0100
commit6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35 (patch)
tree9beb74a11a25e584197e3cc7cde5e64f34263744
parent8e14a7f809ed2b7257d838f45364e8b839650e3d (diff)
downloadguix-6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35.tar.gz
gnu: rtl-433: Update to 21.12.
* gnu/packages/radio.scm (rtl-433): Update to 21.12.
-rw-r--r--gnu/packages/radio.scm4
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))