guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: keepassxc: Update to 2.7.9.


From: guix-commits
Subject: branch master updated: gnu: keepassxc: Update to 2.7.9.
Date: Tue, 23 Jul 2024 10:21:17 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ae2591d028 gnu: keepassxc: Update to 2.7.9.
ae2591d028 is described below

commit ae2591d02898a7219a084e646302465530896fe0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 23 15:53:04 2024 +0200

    gnu: keepassxc: Update to 2.7.9.
    
    * gnu/packages/password-utils.scm (keepassxc): Update to 2.7.9.
    
    Change-Id: Ifcdfa5b58e4d7407c270bfa715fb94019015c089
---
 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 499c8b8312..b684eb60f3 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -151,7 +151,7 @@ human.")
 (define-public keepassxc
   (package
     (name "keepassxc")
-    (version "2.7.8")
+    (version "2.7.9")
     (source
      (origin
        (method url-fetch)
@@ -159,7 +159,7 @@ human.")
                            "/releases/download/" version "/keepassxc-"
                            version "-src.tar.xz"))
        (sha256
-        (base32 "18w32yw5y6dsadpibd3wf40vqa95grdss25r4im6bj5k28bi1lw7"))))
+        (base32 "1za6xnwnq68gswz8vh7s5wia1bdhnia11hcb7p3dl3f049gy8i1w"))))
     (build-system qt-build-system)
     (arguments
      (list



reply via email to

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