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:
Brendan Tildesley 2021-05-17 00:06:06 +10:00 committed by Ludovic Courtès
parent 528a3c48eb
commit aff495c8eb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)