diff options
author | Nicolas Goaziou <[email protected]> | 2021-02-01 21:42:05 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2021-02-01 21:42:05 +0100 |
commit | aae32847b803d1c70baf9fed6f44aa8d141248da (patch) | |
tree | 5aaec0fd802ed3eab13a614e2f0317fed85b0b82 /gnu/packages/password-utils.scm | |
parent | 1c1ff84f67d7e92574c87dae4cf2dde6ee4dfec3 (diff) |
gnu: keepassxc: Update to 2.6.4.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.4.
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 2053457375..ef4bf535a4 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -12,7 +12,7 @@ ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Jelle Licht <[email protected]> ;;; Copyright © 2017, 2019 Eric Bavier <[email protected]> -;;; Copyright © 2017, 2020 Nicolas Goaziou <[email protected]> +;;; Copyright © 2017, 2020, 2021 Nicolas Goaziou <[email protected]> ;;; Copyright © 2017 Manolis Fragkiskos Ragkousis <[email protected]> ;;; Copyright © 2017 Rutger Helling <[email protected]> ;;; Copyright © 2018 Marius Bakke <[email protected]> @@ -123,7 +123,7 @@ human.") (define-public keepassxc (package (name "keepassxc") - (version "2.6.3") + (version "2.6.4") (source (origin (method url-fetch) @@ -131,7 +131,7 @@ human.") "/releases/download/" version "/keepassxc-" version "-src.tar.xz")) (sha256 - (base32 "1lgp20597dzj8qn8a71x3a6b549rvqybqx4haywwb09qiznvdq77")))) + (base32 "0azq20rqsx7axrigha4qh81ipvhqnnlb27w3xdjg5z4h3jky4dp5")))) (build-system cmake-build-system) (arguments '(#:configure-flags '("-DWITH_XC_ALL=YES" |