mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libfm-qt: Update to 1.2.1.
* gnu/packages/lxqt.scm (libfm-qt): Update to 1.2.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
369b2a56a9
commit
2db95ac735
1 changed files with 2 additions and 2 deletions
|
@ -786,14 +786,14 @@ (define-public lxqt-themes
|
||||||
(define-public libfm-qt
|
(define-public libfm-qt
|
||||||
(package
|
(package
|
||||||
(name "libfm-qt")
|
(name "libfm-qt")
|
||||||
(version "1.2.0")
|
(version "1.2.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 "0b423s6bkwijjrh14wca49ypz79sxci9lalxc5s29vwbhync09x0"))))
|
(base32 "00r35gb4x6fnsv6z6digr3661cwykxn32xq23an1n044v38lry6x"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ; no tests
|
'(#:tests? #f)) ; no tests
|
||||||
|
|
Loading…
Reference in a new issue