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 33eaca33a5 gnu: noscript: Update to 13.6.24.1984.
33eaca33a5 is described below

commit 33eaca33a517f068b2c89f60fa68beeff1447e27
Author: AndrĂ© Batista <[email protected]>
AuthorDate: Fri Jun 19 11:52:06 2026 -0300

    gnu: noscript: Update to 13.6.24.1984.
    
    * gnu/packages/browser-extensions.scm (noscript): Update to 13.6.24.1984.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/browser-extensions.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index cc80d459e2..187c6e8379 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -377,7 +377,7 @@ with the @uref{https://keepassxc.org, KeePassXC} password 
manager.")
 (define noscript
   (package
     (name "noscript")
-    (version "13.6.19.1984")
+    (version "13.6.24.1984")
     (source (origin
               (method url-fetch/zipbomb)
               (uri (string-append
@@ -385,7 +385,7 @@ with the @uref{https://keepassxc.org, KeePassXC} password 
manager.")
                     version ".xpi"))
               (sha256
                (base32
-                "1lb3855w34avs7idvycv8cfpjnpic2mnsh9yqkidrdw7msr0na74"))))
+                "14mf7a99lm34fwijz43vsiab8xcd4pxyg9qnjw31gfk7bagr2s96"))))
     (build-system copy-build-system)
     (properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
     (arguments

Reply via email to