gnu: dsdcc: Update to 1.9.5.

* gnu/packages/radio.scm (dsdcc): Update to 1.9.5.

Change-Id: I47d787850932f5648aec267591e3102be86275ca
This commit is contained in:
Guillaume Le Vaillant 2024-01-13 13:50:23 +01:00
parent 7b5a3c0127
commit 4415497257
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -2534,7 +2534,7 @@ (define-public dsd
(define-public dsdcc
(package
(name "dsdcc")
(version "1.9.3")
(version "1.9.5")
(source
(origin
(method git-fetch)
@ -2543,7 +2543,7 @@ (define-public dsdcc
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0jgzpv4d6ckd0sdq6438rjh3m6knj6gx63627fajch74hxrvclzj"))))
(base32 "1rb9r1m4rfi9x5x4h5frpl65xmk5p2bqyfisnrv6nbmnsgds9h0c"))))
(build-system cmake-build-system)
(inputs
(list mbelib serialdv))