me
/
guix
Archived
1
0
Fork 0

gnu: lxqt-archiver: Update to 0.4.0.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Brendan Tildesley 2021-05-17 00:06:11 +10:00 committed by Ludovic Courtès
parent 76f4af8eb4
commit 50ea35ba25
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1298,14 +1298,14 @@ easily publishing them on internet image hosting services.")
(define-public lxqt-archiver (define-public lxqt-archiver
(package (package
(name "lxqt-archiver") (name "lxqt-archiver")
(version "0.2.0") (version "0.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/" (uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 "1i725zaah0wv18j5fchg6isbh4b601filx549cq2hkzf2sylh9ff")))) (base32 "0fzgq7cyr7hx8qmq84xfgbsdx04mc1r7vzq5mz79j7bp2ysh134z"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("glib" ,glib) `(("glib" ,glib)