guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: rtl-433: Update to 20.11.


From: guix-commits
Subject: 02/02: gnu: rtl-433: Update to 20.11.
Date: Sun, 17 Jan 2021 08:43:09 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 175443948f282455d4e1d15d18bd9ff5ee8572f9
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Jan 17 14:37:04 2021 +0100

    gnu: rtl-433: Update to 20.11.
    
    * gnu/packages/radio.scm (rtl-433): Update to 20.11.
---
 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 f66c717..c58645f 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -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)))



reply via email to

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