gnu: libfm-qt: Update to 1.1.0.
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.1.0.
This commit is contained in:
parent
a79afa8d38
commit
892d8995de
@ -812,14 +812,14 @@ for LXQt.")
|
|||||||
(define-public libfm-qt
|
(define-public libfm-qt
|
||||||
(package
|
(package
|
||||||
(name "libfm-qt")
|
(name "libfm-qt")
|
||||||
(version "0.17.1")
|
(version "1.1.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 "1991lm1gnw9s5wwn1yf3vba63bfmrrgsxc70h3nhdl9mh16qygxa"))))
|
(base32 "0m2fq1wh553yqi64a5nrdvm57fk3jnc3kxgaf0ja7h95jw6czvm5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user