gnu: keepassxc: Update to 2.5.1.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.1.
This commit is contained in:
Efraim Flashner 2019-11-15 16:07:31 +02:00
parent 81d7cd592e
commit 4edc4f57bd
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -114,7 +114,7 @@ human.")
(define-public keepassxc (define-public keepassxc
(package (package
(name "keepassxc") (name "keepassxc")
(version "2.5.0") (version "2.5.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -123,7 +123,7 @@ human.")
version "-src.tar.xz")) version "-src.tar.xz"))
(sha256 (sha256
(base32 (base32
"10bq2934xqpjpr99wbjg2vwmi73fcq0419cb3v78n2kj5fbwwnb3")))) "0c5g5hn2cr2m00xgpxg884ihy8gnn09kc487y1m9jywshn5jaczg"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:configure-flags '("-DWITH_XC_ALL=YES" '(#:configure-flags '("-DWITH_XC_ALL=YES"