mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: keepassxc: Update to 2.7.8.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.8. Change-Id: Ibcd4097972ea2878f461044c82784eecd194dd13 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
f1756e2697
commit
2851385ea6
1 changed files with 2 additions and 2 deletions
|
@ -150,7 +150,7 @@ (define-public pwgen
|
|||
(define-public keepassxc
|
||||
(package
|
||||
(name "keepassxc")
|
||||
(version "2.7.7")
|
||||
(version "2.7.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -158,7 +158,7 @@ (define-public keepassxc
|
|||
"/releases/download/" version "/keepassxc-"
|
||||
version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32 "0rzfh8xdsd1r0xb7yb0h2zyzwhbsp7si8c0haaqgzcz4k2p4bz2q"))))
|
||||
(base32 "18w32yw5y6dsadpibd3wf40vqa95grdss25r4im6bj5k28bi1lw7"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue