gnu: csdr: Update to 0.18.1.

* gnu/packages/radio.scm (csdr): Update to 0.18.1.
This commit is contained in:
Guillaume Le Vaillant 2023-03-01 16:06:52 +01:00
parent f2f530e808
commit 8291682af7
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2126,7 +2126,7 @@ (define-public welle-io
(define-public csdr
(package
(name "csdr")
(version "0.18.0")
(version "0.18.1")
(source
(origin
(method git-fetch)
@ -2135,7 +2135,7 @@ (define-public csdr
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0sdni0p9qcf4yw1wf5jz1pyb9wv6wmdblirh2q6s7jblh50vfwz1"))))
(base32 "1vgl7d03khdql45jq5xxayqfhb5sasxhjmrl621gyk1k8kxaqs8a"))))
(build-system cmake-build-system)
(native-inputs
(list pkg-config))