diff options
author | Franz Geffke <m@f-a.nz> | 2025-06-17 13:23:51 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-06-17 13:23:51 +0100 |
commit | 9355c3de72a05abdf21e628f2f8be2e462920ff0 (patch) | |
tree | bc21edb8bb8aa883a40648d35057469ac9320f16 | |
parent | 3c85135e8c1fd8ea2842d05c002e996890cc3ca4 (diff) |
px: px-terminal-launcher: Update to v0.5.0
-rw-r--r-- | px/packages/desktop-tools.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/px/packages/desktop-tools.scm b/px/packages/desktop-tools.scm index e76fc57..0afaf73 100644 --- a/px/packages/desktop-tools.scm +++ b/px/packages/desktop-tools.scm @@ -287,14 +287,14 @@ brand icons for easy, scalable vector graphics on websites and beyond.") (define-public px-terminal-launcher (package (name "px-terminal-launcher") - (version "v0.4.0") + (version "v0.5.0") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "0z7m63dr99sm287ibcvpb6wbln9slfdxpnxg9ksgi8k92b48z9j2")))) + (base32 "1n2ljlqjmj4waw4r8jx4rvh80ksqzxds4z002pnm8arihjqrxalh")))) (build-system qt-build-system) (native-inputs (list qttools pkg-config extra-cmake-modules)) (inputs (list capnproto |