mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: lxqt-openssh-askpass: Update to 0.17.0.
* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 0.17.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
811a02770e
commit
73c8bb7cd6
1 changed files with 2 additions and 2 deletions
|
@ -528,14 +528,14 @@ (define-public lxqt-notificationd
|
|||
(define-public lxqt-openssh-askpass
|
||||
(package
|
||||
(name "lxqt-openssh-askpass")
|
||||
(version "0.15.0")
|
||||
(version "0.17.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/lxqt/" name "/releases/download/"
|
||||
version "/" name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1h8nhj4ig8419kfdqjsig16ayf2byrzgrk698aiym544n5ayjwak"))))
|
||||
(base32 "0gdcy8c21sbfrlfz9c3zqw4dvdwf309flkjgqanwwl9i8hr26chr"))))
|
||||
(build-system cmake-build-system)
|
||||
(inputs
|
||||
`(("kwindowsystem" ,kwindowsystem)
|
||||
|
|
Loading…
Reference in a new issue