me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1120,14 +1120,14 @@ image viewer.")
(define-public obconf-qt
(package
(name "obconf-qt")
(version "0.15.0")
(version "0.16.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1vcv2y54hgxcf76cr775632kajmvz3v4x1q3r6p1lzs9s7lmrh6q"))))
(base32 "0hlbivdbiw7wjhwrp8qfmq50ks19v0q21m3pyjj0k2na7nv9d3a5"))))
(build-system cmake-build-system)
(inputs
`(("imlib2" ,imlib2)