diff options
author | Franz Geffke <m@f-a.nz> | 2025-06-21 08:40:21 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-06-21 08:40:21 +0100 |
commit | f2fce5ffbe9cdeb9c08ff87ef83383369d526d40 (patch) | |
tree | cbec7c38ed03845d526a03a9a88c88890c60de4a /px/packages/desktop-tools.scm | |
parent | ac9a6e953c803dab54393a7964a0bd7ae9202362 (diff) |
px: px-terminal-launcher: Update to v0.5.1
Diffstat (limited to 'px/packages/desktop-tools.scm')
-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 0afaf73..61d81d4 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.5.0") + (version "v0.5.1") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "1n2ljlqjmj4waw4r8jx4rvh80ksqzxds4z002pnm8arihjqrxalh")))) + (base32 "1z56s4179nh2bn4g19y84lcw1xj7qsickqqhk99pij6k5hibcpz2")))) (build-system qt-build-system) (native-inputs (list qttools pkg-config extra-cmake-modules)) (inputs (list capnproto |