mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: lxqt-openssh-askpass: Update to 2.3.0.
* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 2.3.0. Change-Id: I374fb49d43020ad52da56eb70b6e37a259e51d4c
This commit is contained in:
parent
8a20e6e809
commit
ba161dc043
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue