mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: obconf-qt: Update to 0.16.2.
* gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.2.
This commit is contained in:
parent
5ea35545c1
commit
e1a9bae304
1 changed files with 2 additions and 2 deletions
|
@ -927,14 +927,14 @@ image viewer.")
|
||||||
(define-public obconf-qt
|
(define-public obconf-qt
|
||||||
(package
|
(package
|
||||||
(name "obconf-qt")
|
(name "obconf-qt")
|
||||||
(version "0.16.1")
|
(version "0.16.2")
|
||||||
(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 "0hlbivdbiw7wjhwrp8qfmq50ks19v0q21m3pyjj0k2na7nv9d3a5"))))
|
(base32 "0q29f77dkwy005gzrmn2wj2ga1hdnfd2gwp05h72i2dj0qbdla3k"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list imlib2
|
(list imlib2
|
||||||
|
|
Loading…
Add table
Reference in a new issue