diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2026-01-01 11:00:27 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2026-01-02 09:30:09 +0800 |
| commit | 256b45f58f5320b32e015b5f4c45a3fdd2a2108f (patch) | |
| tree | a303e28522bb644112b60fea7ab33673b1d1a5b9 /gnu | |
| parent | 8b51def623e9c361c5e4cad1a9a1d83c0b1e1ea3 (diff) | |
gnu: lxqt-archiver: Update to 1.3.0.
* gnu/packages/lxqt.scm (lxqt-archiver): Update to 1.3.0.
Change-Id: Idcd477562d741cda37a14932ef497791130b1310
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 8c5d3427dd..1353492c3c 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -1053,14 +1053,14 @@ easily publishing them on internet image hosting services.") (define-public lxqt-archiver (package (name "lxqt-archiver") - (version "1.2.0") + (version "1.3.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/lxqt/" name "/releases/download/" version "/" name "-" version ".tar.xz")) (sha256 - (base32 "1iisk5mb4xxdjimlh8inr182a1vpy8zk5qis9v3p5p73d49i5r2k")))) + (base32 "1vvmadfv2kxh16dw7h6ar0wkgcml6h8rpl7jax69qslfbrq5b1ll")))) (build-system cmake-build-system) (inputs (list glib json-glib libfm-qt qtbase)) |
