guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.


From: guix-commits
Subject: branch master updated: gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.
Date: Fri, 11 Jun 2021 03:13:45 -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 fa0e50e  gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.
fa0e50e is described below

commit fa0e50e51a6e1106d523dd8271e74d16f36ec698
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Jun 11 09:11:29 2021 +0200

    gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.
    
    * gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-2.8d2e7be.
---
 gnu/packages/radio.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 369eeed..af248c8 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -315,8 +315,8 @@ SoapySDR library.")
 (define-public soapyhackrf
   ;; Use commit because some fixes are not in a release yet
   ;; (last release was in 2018).
-  (let ((commit "fa83fac695fad9e198cc9a19a1e1a9c344fc191f")
-        (revision "1"))
+  (let ((commit "8d2e7beebb4c451609cb0cee236fa4d20a0e28b1")
+        (revision "2"))
     (package
       (name "soapyhackrf")
       (version (git-version "0.3.3" revision commit))
@@ -328,7 +328,7 @@ SoapySDR library.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0sfb2gq4lp1fff921xm3bqqjv3srdsczjj8ps5jfhxhr6yx3a329"))))
+          (base32 "0l5890a240i1fan88jjdxaqswk3as410nlrv12a698fy9npqh4w4"))))
       (build-system cmake-build-system)
       (inputs
        `(("hackrf" ,hackrf)



reply via email to

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