diff options
author | Franz Geffke <m@f-a.nz> | 2025-07-01 09:26:23 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-07-01 09:26:23 +0100 |
commit | 9fbb7cc5ded0f63e2d6472350ab636fca37d4550 (patch) | |
tree | 0d06daa8d00fec3aa498072c6850f5bb56ebd3bb /px/packages/desktop-tools.scm | |
parent | ebbed32983019bcf44da8e00efa1a2a4ce3f6b82 (diff) |
px: px-terminal-launcher: Update to v0.6.0
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 9af9b0e..731826d 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.1") + (version "v0.6.0") (source (origin (method url-fetch) (uri (string-append "https://source.pantherx.org/" name "_" version ".tgz")) (sha256 - (base32 "1z56s4179nh2bn4g19y84lcw1xj7qsickqqhk99pij6k5hibcpz2")))) + (base32 "1aadn4gwx9xv0lbsadvlwnbyf7fsg6dj8q2rqwccgq2c0kq769d7")))) (build-system qt-build-system) (arguments ;; make qtsvg work |