me
/
guix
Archived
1
0
Fork 0

gnu: libfm-qt: Update to 0.17.1.

* gnu/packages/lxqt.scm (libfm-qt): Update to 0.17.1.

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

View File

@ -973,14 +973,14 @@ for LXQt.")
(define-public libfm-qt (define-public libfm-qt
(package (package
(name "libfm-qt") (name "libfm-qt")
(version "0.15.1") (version "0.17.1")
(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 "034kc8i571m31fksprih6iiykxj85j98fmm6nrkmlwql45kr6rvs")))) (base32 "1991lm1gnw9s5wwn1yf3vba63bfmrrgsxc70h3nhdl9mh16qygxa"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; no tests '(#:tests? #f)) ; no tests