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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d0bcbf379 gnu: keepass: Update to 2.61.1.
9d0bcbf379 is described below

commit 9d0bcbf379ca62dba09eff37e41378b53e313752
Author: nomike <[email protected]>
AuthorDate: Mon Aug 17 00:42:16 2026 +0200

    gnu: keepass: Update to 2.61.1.
    
    * gnu/packages/password-utils.scm (keepass): Update to 2.61.1.
    
    Merges: https://codeberg.org/guix/guix/pulls/10600
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 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 b9655aa908..7e79e8b46c 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -376,7 +376,7 @@ algorithms AES or Twofish.")
 (define-public keepass
   (package
     (name "keepass")
-    (version "2.61")
+    (version "2.61.1")
     (source
      (origin
        (method url-fetch)
@@ -384,7 +384,7 @@ algorithms AES or Twofish.")
         (string-append "mirror://sourceforge/keepass/KeePass%202.x/" version
                        "/KeePass-" version "-Source.zip"))
        (sha256
-        (base32 "1dj45lhy2l22xdf7q031clf894xfigaxcqg5bw3747y59lcz0x51"))))
+        (base32 "0fn1c7kyb3rvdcf1nby311xc1fnyfvlbllcy8rw1crknf3ndj6vi"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to