mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
2dcbcae849
commit
bd3a3d0066
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue