mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: qtxdg-tools: Update to 4.1.0.
* gnu/packages/lxqt.scm (qtxdg-tools): Update to 4.1.0. Change-Id: I25750ef3d0b4f3bf8b6fe52e53b662c978ce81e2
This commit is contained in:
parent
3f7b77472d
commit
4cc1bf55e3
1 changed files with 2 additions and 2 deletions
|
@ -187,7 +187,7 @@ (define-public libqtxdg
|
|||
(define-public qtxdg-tools
|
||||
(package
|
||||
(name "qtxdg-tools")
|
||||
(version "3.11.0")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -195,7 +195,7 @@ (define-public qtxdg-tools
|
|||
"https://github.com/lxqt/qtxdg-tools/releases/download/"
|
||||
version "/qtxdg-tools-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "05bfff9hl1fjy59j89cbxkmzf8yswazb0yz9r01a8a1fw4sh7br9"))))
|
||||
(base32 "1dk6m6gyarnhjw42hdf2bpkfcdpb98dy28l2nmpj46h985v9pmfv"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments '(#:tests? #f)) ; no tests
|
||||
(propagated-inputs (list libqtxdg))
|
||||
|
|
Loading…
Reference in a new issue