me
/
guix
Archived
1
0
Fork 0

gnu: csdr: Update to 0.18.2.

* gnu/packages/radio.scm (csdr): Update to 0.18.2.
Guillaume Le Vaillant 2023-10-18 10:34:08 +02:00
parent 199495ef81
commit f32c8d3b73
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -2335,7 +2335,7 @@ defined radio with support for rtl-sdr.")
(define-public csdr
(package
(name "csdr")
(version "0.18.1")
(version "0.18.2")
(source
(origin
(method git-fetch)
@ -2344,7 +2344,7 @@ defined radio with support for rtl-sdr.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1vgl7d03khdql45jq5xxayqfhb5sasxhjmrl621gyk1k8kxaqs8a"))))
(base32 "0j5d64na47w1j1sprwj41d9dzvs2x7xwyp0pbl439g686iwp7m9d"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))