me
/
guix
Archived
1
0
Fork 0

gnu: liquid-dsp: Update to 1.4.0.

* gnu/packages/radio.scm (liquid-dsp): Update to 1.4.0.
Guillaume Le Vaillant 2022-02-18 14:06:33 +01:00
parent e3327529f6
commit 40d418b326
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ useful in modems implemented with @dfn{digital signal processing} (DSP).")
(define-public liquid-dsp
(package
(name "liquid-dsp")
(version "1.3.2")
(version "1.4.0")
(source
(origin (method git-fetch)
(uri (git-reference
@ -142,7 +142,7 @@ useful in modems implemented with @dfn{digital signal processing} (DSP).")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1n6dbg13q8ga5qhg1yiszwly4jj0rxqr6f1xwm9waaly5z493xsd"))))
(base32 "0mr86z37yycrqwbrmsiayi1vqrgpjq0pn1c3p1qrngipkw45jnn0"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake))