mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: obconf-qt: Update to 0.16.6.
* gnu/packages/lxqt.scm (obconf-qt): Update to 0.16.6. Change-Id: I6987af55255bf294073dca01bdf1d18a2282d44e
This commit is contained in:
parent
1e9eb7927b
commit
075697b16b
1 changed files with 2 additions and 2 deletions
|
|
@ -896,14 +896,14 @@ names.")
|
|||
(define-public obconf-qt
|
||||
(package
|
||||
(name "obconf-qt")
|
||||
(version "0.16.5")
|
||||
(version "0.16.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "030n4jlmd79i3m1kk3jqm9s6f2fgwj78phnlvcjfmxqj15l86j03"))))
|
||||
(base32 "0587kpi8snbzhkvnhmx6afasrnywzmx54i3n12i73633z8b8vk13"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
(list imlib2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue