This is an automated email from the git hooks/post-receive script. efraim pushed a commit to branch master in repository guix.
The following commit(s) were added to refs/heads/master by this push: new 71ffa52 gnu: keepassxc: Update to 2.5.3. 71ffa52 is described below commit 71ffa528ef712c69d89981a7fc591b33b8f33c6d Author: Efraim Flashner <efr...@flashner.co.il> AuthorDate: Mon Jan 27 10:37:35 2020 +0200 gnu: keepassxc: Update to 2.5.3. * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.3. --- gnu/packages/password-utils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index eed0989..5f297e1 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -114,7 +114,7 @@ human.") (define-public keepassxc (package (name "keepassxc") - (version "2.5.2") + (version "2.5.3") (source (origin (method url-fetch) @@ -122,7 +122,7 @@ human.") "/releases/download/" version "/keepassxc-" version "-src.tar.xz")) (sha256 - (base32 "0lvwc3nxyz7d7vymb6cmgwxylb9g6gsjnq247vbh4lk1ifjir58j")))) + (base32 "1sx647mp1xikig50p9bb6vxv18ymdfj3wkxj6qfdr1zfcv7gn005")))) (build-system cmake-build-system) (arguments '(#:configure-flags '("-DWITH_XC_ALL=YES"