diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 18:22:24 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 18:23:53 +0200 |
commit | 7aa9785aa6959ede719ec56a982d54b819bcf83d (patch) | |
tree | cf18de2ad0919bb0a1525edadfea8cc0b93a2477 /gnu | |
parent | f0b20dc3a9429a321d19a183bf1c2a714483be05 (diff) |
gnu: welle-io: Update to 2.3.
* gnu/packages/radio.scm (welle-io): Update to 2.3.
Diffstat (limited to 'gnu')
-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 8f9e180723..23a26d6a5e 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1539,7 +1539,7 @@ receiver.") (define-public welle-io (package (name "welle-io") - (version "2.2") + (version "2.3") (source (origin (method git-fetch) @@ -1548,7 +1548,7 @@ receiver.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "04fpm6sc431dl9i5h53xpd6k85j22sv8aawl7b6wv2fzpfsd9fwa")))) + (base32 "1xl1lanw0xgmgks67dbfb2h52jxnrd1i2zik56v0q8dwsr7f0daw")))) (build-system qt-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |