mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: lximage-qt: Update to 1.2.0.
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.2.0.
This commit is contained in:
parent
0a03e718d2
commit
18e53bd145
1 changed files with 2 additions and 2 deletions
|
@ -873,14 +873,14 @@ (define-public compton-conf
|
||||||
(define-public lximage-qt
|
(define-public lximage-qt
|
||||||
(package
|
(package
|
||||||
(name "lximage-qt")
|
(name "lximage-qt")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(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 "0nal8n7nmkafapdbcs9c8rk313md2fak4xjl9m56n10dxcjpi2wb"))))
|
(base32 "0qz40vlps82nzz62w7d9ar43gmzvlk9wqzm8lwga90vip8gb2zkm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))
|
(list libexif libfm-qt qtbase-5 qtsvg-5 qtx11extras))
|
||||||
|
|
Loading…
Reference in a new issue