mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: welle-io: Update to 2.3.
* gnu/packages/radio.scm (welle-io): Update to 2.3.
This commit is contained in:
parent
f0b20dc3a9
commit
7aa9785aa6
1 changed files with 2 additions and 2 deletions
|
@ -1539,7 +1539,7 @@ (define-public dream
|
|||
(define-public welle-io
|
||||
(package
|
||||
(name "welle-io")
|
||||
(version "2.2")
|
||||
(version "2.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1548,7 +1548,7 @@ (define-public welle-io
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue