gnu: keepassxc: Update to 2.3.1.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1.
master
Tobias Geerinckx-Rice 2018-03-08 07:27:01 +01:00
parent 6e076b3d50
commit f95e9a6bca
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ human.")
(define-public keepassxc (define-public keepassxc
(package (package
(name "keepassxc") (name "keepassxc")
(version "2.3.0") (version "2.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -101,7 +101,7 @@ human.")
version "-src.tar.xz")) version "-src.tar.xz"))
(sha256 (sha256
(base32 (base32
"1v6v59fnbbsssbwy4is6hh2l4qqwy3ddb6dp2jk8clx0xbd5hn7c")))) "1gdrbpzwbs56anc3k5vklvcackcn214pc8gm5xh5zcymsi8q4zff"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '("-DWITH_XC_NETWORKING=YES" '(#:configure-flags '("-DWITH_XC_NETWORKING=YES"