mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: obconf-qt: Update to 0.16.1.
* gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
528a3c48eb
commit
aff495c8eb
1 changed files with 2 additions and 2 deletions
|
@ -1120,14 +1120,14 @@ (define-public lximage-qt
|
||||||
(define-public obconf-qt
|
(define-public obconf-qt
|
||||||
(package
|
(package
|
||||||
(name "obconf-qt")
|
(name "obconf-qt")
|
||||||
(version "0.15.0")
|
(version "0.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||||
version "/" name "-" version ".tar.xz"))
|
version "/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vcv2y54hgxcf76cr775632kajmvz3v4x1q3r6p1lzs9s7lmrh6q"))))
|
(base32 "0hlbivdbiw7wjhwrp8qfmq50ks19v0q21m3pyjj0k2na7nv9d3a5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("imlib2" ,imlib2)
|
`(("imlib2" ,imlib2)
|
||||||
|
|
Loading…
Reference in a new issue