[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: direwolf: Update to 1.7.
From: |
guix-commits |
Subject: |
branch master updated: gnu: direwolf: Update to 1.7. |
Date: |
Tue, 10 Sep 2024 09:16:18 -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 fdac906f7c gnu: direwolf: Update to 1.7.
fdac906f7c is described below
commit fdac906f7c575e9dad91fb247dfe242a6e5883a7
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Sep 10 14:57:32 2024 +0200
gnu: direwolf: Update to 1.7.
* gnu/packages/radio.scm (direwolf): Update to 1.7.
Change-Id: I3b506b06f77acb1b2fd62e87a9a4050c042ea3c1
---
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 0da65736e1..45da28b9ae 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2081,7 +2081,7 @@ NanoVNA vector network analyzers.")
(define-public direwolf
(package
(name "direwolf")
- (version "1.6")
+ (version "1.7")
(source
(origin
(method git-fetch)
@@ -2090,7 +2090,7 @@ NanoVNA vector network analyzers.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0xmz64m02knbrpasfij4rrq53ksxna5idxwgabcw4n2b1ig7pyx5"))))
+ (base32 "0zhigg0slb8gmv622ayaj0nba5kxcgdyadgv0lmyqaw2mvlmrg2m"))))
(build-system cmake-build-system)
(inputs
(list alsa-lib hamlib))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: direwolf: Update to 1.7.,
guix-commits <=