guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: hackrf: Update to 2023.01.1.


From: guix-commits
Subject: 01/03: gnu: hackrf: Update to 2023.01.1.
Date: Tue, 25 Jul 2023 08:11:41 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 81f04174173f0da7348de9cad100f20b607e6a8c
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Jul 25 12:25:34 2023 +0200

    gnu: hackrf: Update to 2023.01.1.
    
    * gnu/packages/radio.scm (hackrf): Update to 2023.01.1.
---
 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 fc00e1c8ee..66f89508fb 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -1373,7 +1373,7 @@ for correctness.")
 (define-public hackrf
   (package
     (name "hackrf")
-    (version "2022.09.1")
+    (version "2023.01.1")
     (source
      (origin
        (method git-fetch)
@@ -1382,7 +1382,7 @@ for correctness.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0m9j160q5zb3jimszv1lb6j76zf5lwijvpfl1k28d832rh847vvk"))))
+        (base32 "0ybgppwy09j9rmfhh84072li698k64w84q5hjrayc73avc495x6f"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags



reply via email to

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