guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rtl-433: Update to 21.05.


From: guix-commits
Subject: branch master updated: gnu: rtl-433: Update to 21.05.
Date: Wed, 19 May 2021 12:19:17 -0400

This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6029461  gnu: rtl-433: Update to 21.05.
6029461 is described below

commit 602946146c3e72e5be0ff63c8f7629b4a9b2fbbd
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed May 19 18:15:38 2021 +0200

    gnu: rtl-433: Update to 21.05.
    
    * gnu/packages/radio.scm (rtl-433): Update to 21.05.
      [inputs]: Add openssl.
---
 gnu/packages/radio.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 771ff39..6b2c3eb 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -82,6 +82,7 @@
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages tex)
   #:use-module (gnu packages texinfo)
+  #:use-module (gnu packages tls)
   #:use-module (gnu packages video)
   #:use-module (gnu packages xiph)
   #:use-module (gnu packages xml)
@@ -1145,7 +1146,7 @@ their position, altitude, speed, etc.")
 (define-public rtl-433
   (package
     (name "rtl-433")
-    (version "20.11")
+    (version "21.05")
     (source
      (origin
        (method git-fetch)
@@ -1154,12 +1155,13 @@ their position, altitude, speed, etc.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "093bxjxkg7yf78wqj5gpijbfa2p05ny09qqsj84kzi1svnzsa369"))))
+        (base32 "1f60nvahsplv1yszacc49mlbcnacgs1nwhdf8y9srmzg08xrfnfk"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("libusb" ,libusb)
+       ("openssl" ,openssl)
        ("rtl-sdr" ,rtl-sdr)))
     (synopsis "Decoder for radio transmissions in ISM bands")
     (description



reply via email to

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