gnu: keepassxc: Update to 2.6.2.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.2.
This commit is contained in:
Nicolas Goaziou 2020-10-27 22:38:41 +01:00
parent eccb8a9932
commit b326127a16
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -123,7 +123,7 @@ (define-public pwgen
(define-public keepassxc
(package
(name "keepassxc")
(version "2.6.1")
(version "2.6.2")
(source
(origin
(method url-fetch)
@ -131,7 +131,7 @@ (define-public keepassxc
"/releases/download/" version "/keepassxc-"
version "-src.tar.xz"))
(sha256
(base32 "1j4cmj5mv13m5b4ig950yas8ayybakqs366lp1cimmzw8ycparml"))))
(base32 "0f3ygnjzjijqmmrvrslwsbnz208jgxp5bwy4p336w3bn1bggl6qh"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DWITH_XC_ALL=YES"