guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: keepassxc: Update to 2.6.6.


From: guix-commits
Subject: 01/03: gnu: keepassxc: Update to 2.6.6.
Date: Sun, 13 Jun 2021 03:19:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 30f0b6fa4d6e29a032540c78f4cabc9612b6fd90
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jun 13 10:15:23 2021 +0300

    gnu: keepassxc: Update to 2.6.6.
    
    * gnu/packages/password-utils.scm (keepassxc): Update to 2.6.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 7d2b507..33d63b5 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -126,7 +126,7 @@ human.")
 (define-public keepassxc
   (package
     (name "keepassxc")
-    (version "2.6.4")
+    (version "2.6.6")
     (source
      (origin
        (method url-fetch)
@@ -134,7 +134,7 @@ human.")
                            "/releases/download/" version "/keepassxc-"
                            version "-src.tar.xz"))
        (sha256
-        (base32 "0azq20rqsx7axrigha4qh81ipvhqnnlb27w3xdjg5z4h3jky4dp5"))))
+        (base32 "1qm4a1k11vy35mrzbzcc7lwlpmjzw18a2zy7z93rqa4vqcdb20rn"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((guix build cmake-build-system)



reply via email to

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