[PATCH] gnu: noscript: Update to 11.4.35.

  • Open
  • quality assurance status badge
Details
One participant
  • André Batista
Owner
unassigned
Submitted by
André Batista
Severity
normal

Debbugs page

A
A
André Batista wrote on 3 Sep 14:55 -0700
(address . guix-patches@gnu.org)
20240903215553.7324-1-nandre@riseup.net
* gnu/packages/browser-extensions.scm (noscript): Update to 11.4.35.

Change-Id: Ifcd9dc47df17d547645eec4bc46649e0828bc624
---
gnu/packages/browser-extensions.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 8de3d4d747..8341997ee7 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -256,7 +256,7 @@ (define-public keepassxc-browser/icecat
(define noscript
(package
(name "noscript")
- (version "11.4.31")
+ (version "11.4.35")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -264,7 +264,7 @@ (define noscript
".xpi"))
(sha256
(base32
- "1iqhdm32mf3k4a2x66nqi17s8dm5g6x71sbq8fvqy6j76ish0b5j"))))
+ "1yqn60mvzgzi4h2dvv5cdzpag4bbb2y8jcbd3gxsaz7bw31f8j54"))))
(build-system copy-build-system)
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
(arguments

base-commit: 778dd796bff808f1f8520533bab239ecbe83cd87
--
2.45.2
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73012@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73012
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch