diff options
author | Brendan Tildesley <mail@brendan.scot> | 2021-05-17 00:05:49 +1000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-29 20:16:47 +0200 |
commit | c4df64d3ba231e6f3b814a187b8760b2ce959108 (patch) | |
tree | 164c6db2101d9500255ec4ddf9f35460ffff4b4e /gnu/packages/lxqt.scm | |
parent | 64f28a62b20af3d73aa81cd4b5974c744bef1f16 (diff) | |
download | guix-c4df64d3ba231e6f3b814a187b8760b2ce959108.tar.gz |
gnu: libqtxdg: Update to 3.7.1.
* gnu/packages/lxqt.scm (libqtxdg): Update to 3.7.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/lxqt.scm')
-rw-r--r-- | gnu/packages/lxqt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index b7c001868f..3280b01f67 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -164,7 +164,7 @@ itself as well as other components maintained by the LXQt project.") (define-public libqtxdg (package (name "libqtxdg") - (version "3.5.0") + (version "3.7.1") (source (origin (method url-fetch) @@ -172,7 +172,7 @@ itself as well as other components maintained by the LXQt project.") "https://github.com/lxqt/libqtxdg/releases/download/" version "/libqtxdg-" version ".tar.xz")) (sha256 - (base32 "0g2mwipgl8737jhgqymjixvk745svh2rlini3qr92lrg60v9paa1")))) + (base32 "16wav2b948c837cpbvdr6hs1zifwrpdk3yjvbzzp2l1hndvbwz27")))) (build-system cmake-build-system) (arguments '(#:configure-flags |