diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-19 17:32:25 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-19 17:32:25 +0300 |
commit | 7083f2cf87f01b60c36ae82e42d5fe92a7a6336a (patch) | |
tree | 816d8b3f9f3363e8a25adb34e76e109875066187 /gnu/packages/password-utils.scm | |
parent | 6f30e5b3bf3a84ecdd8a78b4b22971a803360f99 (diff) |
gnu: keepassxc: Update to 2.7.6.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6.
Diffstat (limited to 'gnu/packages/password-utils.scm')
-rw-r--r-- | gnu/packages/password-utils.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 753a29dcca..be85898c41 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -145,7 +145,7 @@ human.") (define-public keepassxc (package (name "keepassxc") - (version "2.7.5") + (version "2.7.6") (source (origin (method url-fetch) @@ -153,7 +153,7 @@ human.") "/releases/download/" version "/keepassxc-" version "-src.tar.xz")) (sha256 - (base32 "03002fncllr658mgl5s6an5wnh0a333qnkxad6aw85hqj004iqpd")))) + (base32 "0w6nh2lnzfqcxasfsppmh4q309p1flzgfiv25hahzsd8kx879055")))) (build-system cmake-build-system) (arguments (list |