guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: keepassxc: Update to 2.7.6.


From: guix-commits
Subject: 03/03: gnu: keepassxc: Update to 2.7.6.
Date: Tue, 19 Sep 2023 11:20:59 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7083f2cf87f01b60c36ae82e42d5fe92a7a6336a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Sep 19 17:32:25 2023 +0300

    gnu: keepassxc: Update to 2.7.6.
    
    * gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]