mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: keepassxc: Update to 2.3.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1.
This commit is contained in:
parent
6e076b3d50
commit
f95e9a6bca
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ (define-public pwgen
|
|||
(define-public keepassxc
|
||||
(package
|
||||
(name "keepassxc")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -101,7 +101,7 @@ (define-public keepassxc
|
|||
version "-src.tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v6v59fnbbsssbwy4is6hh2l4qqwy3ddb6dp2jk8clx0xbd5hn7c"))))
|
||||
"1gdrbpzwbs56anc3k5vklvcackcn214pc8gm5xh5zcymsi8q4zff"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("-DWITH_XC_NETWORKING=YES"
|
||||
|
|
Loading…
Reference in a new issue