mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
gnu: libqtxdg: Update to 3.11.0.
* gnu/packages/lxqt.scm (libqtxdg): Update to 3.11.0.
This commit is contained in:
parent
e91e62f8f3
commit
7e68f5d2b5
1 changed files with 2 additions and 2 deletions
|
@ -148,7 +148,7 @@ (define-public lxqt-build-tools
|
||||||
(define-public libqtxdg
|
(define-public libqtxdg
|
||||||
(package
|
(package
|
||||||
(name "libqtxdg")
|
(name "libqtxdg")
|
||||||
(version "3.10.0")
|
(version "3.11.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -156,7 +156,7 @@ (define-public libqtxdg
|
||||||
"https://github.com/lxqt/libqtxdg/releases/download/"
|
"https://github.com/lxqt/libqtxdg/releases/download/"
|
||||||
version "/libqtxdg-" version ".tar.xz"))
|
version "/libqtxdg-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18mz3mxcnz6awkkgxnfg5p43d4lv92vamxk1d0xzdxrp9symfd9v"))))
|
(base32 "0alphfvkwxaqfnckjxbrwjkj7wjl4yff7qxzmyjz67c8728lxbny"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
|
|
Loading…
Reference in a new issue