summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2026-01-01 11:00:25 +0800
committer宋文武 <iyzsong@member.fsf.org>2026-01-02 09:30:09 +0800
commitba161dc0433780b444dbe1a7b10cf46ec5f7ac2d (patch)
tree906313767294009c5591620694e2dd7e4f56c9b3 /gnu
parent8a20e6e80909550ce0d30bbb8715b121e2634b11 (diff)
gnu: lxqt-openssh-askpass: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 2.3.0. Change-Id: I374fb49d43020ad52da56eb70b6e37a259e51d4c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lxqt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index 4148325c25..2b6af9e6e3 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -459,14 +459,14 @@ according to the Desktop Notifications Specification.")
(define-public lxqt-openssh-askpass
(package
(name "lxqt-openssh-askpass")
- (version "2.2.0")
+ (version "2.3.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
version "/" name "-" version ".tar.xz"))
(sha256
- (base32 "0g3gkfgyk7jgghslabmhlqwzafsd9i8c0sppb5hb4qllg916cadv"))))
+ (base32 "1n5rji6ykvglp53kwkb69jf0qwsjhmr4jr74bjk1bwq9am5ncm33"))))
(build-system cmake-build-system)
(inputs
(list liblxqt))