guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/09: gnu: rtl-433: Update to 21.12.


From: guix-commits
Subject: 05/09: gnu: rtl-433: Update to 21.12.
Date: Fri, 17 Dec 2021 09:21:10 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 6e7c6f105c18aca5bc5619b4cf7e4c02d1611c35
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Dec 17 14:21:42 2021 +0100

    gnu: rtl-433: Update to 21.12.
    
    * gnu/packages/radio.scm (rtl-433): Update to 21.12.
---
 gnu/packages/radio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 870f69d..38f9873 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]