gnu: lximage-qt: Update to 2.3.0.

* gnu/packages/lxqt.scm (lximage-qt): Update to 2.3.0.

Change-Id: I87175dc38d8cff4c1dd23ef252aa0060e5c883d8
This commit is contained in:
宋文武 2026-01-01 11:00:26 +08:00
parent fc1a30b9c1
commit 1e9eb7927b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -848,14 +848,14 @@ LXDE.")
(define-public lximage-qt
(package
(name "lximage-qt")
(version "2.2.0")
(version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1slriyvf0zz6mn5ldcd2v3i2yf0skmdf3hki9q8h2aby7bpvybnc"))))
(base32 "0hdn6ixl1igal9rqvhql1yfzibdfysw9p9n65vpaa5srjj9d8xlk"))))
(build-system cmake-build-system)
(inputs
(list libexif libfm-qt qtsvg))