diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-05-07 13:48:01 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-05-07 13:48:01 +0200 |
commit | ffcec65878aa307bdb5308a2c32ebd7b091e3427 (patch) | |
tree | 4554c888fc6ee899a218b982fc43e724c3cd7510 /gnu/packages/radio.scm | |
parent | 02182c623e0b19f23701d9feaae096e5a1bd5823 (diff) | |
download | guix-ffcec65878aa307bdb5308a2c32ebd7b091e3427.tar.gz |
gnu: fldigi: Update to 4.1.22.
* gnu/packages/radio.scm (fldigi): Update to 4.1.22.
Diffstat (limited to 'gnu/packages/radio.scm')
-rw-r--r-- | gnu/packages/radio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 88bc36bfde..69407e1241 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -921,7 +921,7 @@ using GNU Radio and the Qt GUI toolkit.") (define-public fldigi (package (name "fldigi") - (version "4.1.20") + (version "4.1.22") (source (origin (method git-fetch) @@ -930,7 +930,7 @@ using GNU Radio and the Qt GUI toolkit.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0y43241s3p8qzn7x6x28v5v2bf934riznj14bb7m6k6vgd849qzl")))) + (base32 "1n1ljqsqar9s8yh8hn9yc1clabkhv4jidym3ibg25yb5svckscli")))) (build-system gnu-build-system) (native-inputs (list autoconf automake gettext-minimal pkg-config)) |