1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-07 02:11:31 +02:00

gnu: keepassxc-browser: Update to 1.9.9.6.

* gnu/packages/browser-extensions.scm (keepassxc-browser):
Update to 1.9.9.6.

Change-Id: I999f5b194abe7f44b30889ced1df5331270ec69f
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
André Batista
2025-09-16 14:51:09 -03:00
committed by Andreas Enge
parent 1ebb697487
commit d486103d3c
+2 -2
View File
@@ -263,7 +263,7 @@ fill and submit login forms if a matching password entry is found.")
(define keepassxc-browser
(package
(name "keepassxc-browser")
(version "1.9.9.1")
(version "1.9.9.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -273,7 +273,7 @@ fill and submit login forms if a matching password entry is found.")
(file-name (git-file-name name version))
(sha256
(base32
"12m7j7gz5gdhlv3paj9mmv9nb94cf80lridipmbdvk9shr43d0ag"))
"1chw1y1332zn69s7kf5mkljc1bp2xfvl3zzvafnalv3zj2jsa5cs"))
;; Default 'manifest.json' targets chromium based browsers and
;; depends on background.service_worker support.
;; See: <https://bugzilla.mozilla.org/show_bug.cgi?id=1573659>