Archived
1
0
Fork 0

gnu: keepassxc: Update to 2.5.2.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-15 01:02:51 +01:00
parent 3799d46ccf
commit 353e9f733c
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -114,7 +114,7 @@ human.")
(define-public keepassxc (define-public keepassxc
(package (package
(name "keepassxc") (name "keepassxc")
(version "2.5.1") (version "2.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -122,8 +122,7 @@ human.")
"/releases/download/" version "/keepassxc-" "/releases/download/" version "/keepassxc-"
version "-src.tar.xz")) version "-src.tar.xz"))
(sha256 (sha256
(base32 (base32 "0lvwc3nxyz7d7vymb6cmgwxylb9g6gsjnq247vbh4lk1ifjir58j"))))
"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"