[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: csdr: Update to 0.18.1.
From: |
guix-commits |
Subject: |
05/06: gnu: csdr: Update to 0.18.1. |
Date: |
Wed, 1 Mar 2023 10:33:42 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 8291682af79b61225a7b39a73f2639a60eccdd2b
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Mar 1 16:06:52 2023 +0100
gnu: csdr: Update to 0.18.1.
* gnu/packages/radio.scm (csdr): Update to 0.18.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 59baf72cab..e5cf6af461 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -2126,7 +2126,7 @@ defined radio with support for rtl-sdr.")
(define-public csdr
(package
(name "csdr")
- (version "0.18.0")
+ (version "0.18.1")
(source
(origin
(method git-fetch)
@@ -2135,7 +2135,7 @@ defined radio with support for rtl-sdr.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0sdni0p9qcf4yw1wf5jz1pyb9wv6wmdblirh2q6s7jblh50vfwz1"))))
+ (base32 "1vgl7d03khdql45jq5xxayqfhb5sasxhjmrl621gyk1k8kxaqs8a"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))
- branch master updated (c05adaddb1 -> ab6e434eaa), guix-commits, 2023/03/01
- 02/06: gnu: p2pool: Update to 3.1., guix-commits, 2023/03/01
- 05/06: gnu: csdr: Update to 0.18.1.,
guix-commits <=
- 06/06: gnu: sdrangel: Update to 7.10.0., guix-commits, 2023/03/01
- 01/06: gnu: monero: Update to 0.18.2.0., guix-commits, 2023/03/01
- 03/06: gnu: monero-gui: Update to 0.18.2.0., guix-commits, 2023/03/01
- 04/06: gnu: xmrig: Update to 6.19.0., guix-commits, 2023/03/01