gnu: keepassxc: Update to 2.6.1.

* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.1.
This commit is contained in:
Nicolas Goaziou 2020-08-20 16:07:51 +02:00
parent 19da905921
commit e6e5b797f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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