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:
宋文武 2025-01-13 16:51:16 +08:00
parent 3f7b77472d
commit 4cc1bf55e3
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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))