1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-05 08:45:55 +02:00

gnu: lximage-qt: Update to 2.2.0.

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

Change-Id: I374fd81ec524147f30c245c04b93c50daee9dd86
This commit is contained in:
宋文武
2025-08-23 12:36:50 +08:00
parent 7026f9777c
commit b7a06438e5
+2 -2
View File
@@ -846,14 +846,14 @@ LXDE.")
(define-public lximage-qt
(package
(name "lximage-qt")
(version "2.1.0")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1z7nyx5w9hvrz9zfil6sbpm61h47iap85p1bvwjvg863bqq01xpv"))))
(base32 "1slriyvf0zz6mn5ldcd2v3i2yf0skmdf3hki9q8h2aby7bpvybnc"))))
(build-system cmake-build-system)
(inputs
(list libexif libfm-qt qtsvg))