gnu: lxqt-archiver: Update to 1.2.0.

* gnu/packages/lxqt.scm (lxqt-archiver): Update to 1.2.0.

Change-Id: Ib109d5a1589a7742e23dd1d40f180b5f85942bbb
This commit is contained in:
宋文武 2025-08-23 12:36:50 +08:00
parent 2dcbcae849
commit bd3a3d0066
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1051,14 +1051,14 @@ easily publishing them on internet image hosting services.")
(define-public lxqt-archiver
(package
(name "lxqt-archiver")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32 "1ir6dc45qp4g6iv57nyn9z1bh06ih9cm8gmgw646370m1jvh06k9"))))
(base32 "1iisk5mb4xxdjimlh8inr182a1vpy8zk5qis9v3p5p73d49i5r2k"))))
(build-system cmake-build-system)
(inputs
(list glib json-glib libfm-qt qtbase))