diff options
author | Franz Geffke <m@f-a.nz> | 2025-04-22 19:06:08 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-04-22 19:06:08 +0100 |
commit | 0c88511fa78ca9983ef61601253153d11a982ba7 (patch) | |
tree | bfb0705538fd15e9e41d12de53c25bf85563feac /px | |
parent | 2980aa5333b7f5991eaa62f979dd92929db9c146 (diff) |
px: px-terminal-launcher: Update to v0.4.0
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/desktop-tools.scm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index 561ea21..3041f48 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -37,6 +37,7 @@ #:use-module (gnu packages xfce) #:use-module (gnu packages xorg) #:use-module (gnu packages kde-frameworks) + #:use-module (gnu packages serialization) #:use-module (px packages qt) #:use-module (px packages common) #:use-module (px packages library) @@ -289,21 +290,21 @@ brand icons for easy, scalable vector graphics on websites and beyond.") (define-public px-terminal-launcher (package (name "px-terminal-launcher") - (version "v0.3.0") + (version "v0.4.0") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "01mvvgm25xl869hca8qrj3wyn04s5dwnlfn590j3g18kijg8szgi")))) + (base32 "0z7m63dr99sm287ibcvpb6wbln9slfdxpnxg9ksgi8k92b48z9j2")))) (build-system qt-build-system) - (native-inputs (list qttools-5 pkg-config extra-cmake-modules)) - (inputs (list capnproto-0.9 - qtbase-5 - qtsvg-5 - qtcharts-5 - networkmanager-qt5)) + (native-inputs (list qttools pkg-config extra-cmake-modules)) + (inputs (list capnproto + qtbase + qtsvg + qtcharts + networkmanager-qt)) (propagated-inputs (list px-icons)) (home-page "https://www.pantherx.dev") (synopsis "PantherX Terminal Launcher") |