[PATCH] gnu: noscript: Update to 11.4.42.

  • Open
  • quality assurance status badge
Details
One participant
  • André Batista
Owner
unassigned
Submitted by
André Batista
Severity
normal
A
A
André Batista wrote on 24 Oct 23:24 +0200
(address . guix-patches@gnu.org)(name . André Batista)(address . nandre@riseup.net)
20241024212457.1457-1-nandre@riseup.net
* gnu/packages/browser-extensions.scm (noscript): Update to 11.4.42.

Change-Id: Ie9fa1b4c44c3c135fb007107349cef570c7c4f5d
---
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 50b7674215..bde7528cc8 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.40")
+ (version "11.4.42")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -264,7 +264,7 @@ (define noscript
".xpi"))
(sha256
(base32
- "1cmvmplr49pf79j5rp3cfkd9gg4aw2z2q1hk19473n2rc51asbi4"))))
+ "0wh47k8qqfq54bcbpf43fm6xblr6m65nzv1hzsv9p0lkzl544bgx"))))
(build-system copy-build-system)
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
(arguments

base-commit: 59b2a60d0041882d732e1766e28f0df5a1ef1ac1
--
2.45.2
A
A
André Batista wrote 3 days ago
[PATCH v2] gnu: noscript: Update to 11.5.2
(address . 73997@debbugs.gnu.org)(name . André Batista)(address . nandre@riseup.net)
20241201160149.1727-1-nandre@riseup.net
* gnu/packages/browser-extensions.scm (noscript): Update to 11.5.2.

Change-Id: I1c3bb1ca1aa6f31dac31cbb7c5ca5a155ec8c1d0
---
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 50b7674215..db269d35a9 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.40")
+ (version "11.5.2")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -264,7 +264,7 @@ (define noscript
".xpi"))
(sha256
(base32
- "1cmvmplr49pf79j5rp3cfkd9gg4aw2z2q1hk19473n2rc51asbi4"))))
+ "0fj96c9pnjyg2dwqnnzd64vnx1inhl72c27ybm0j515zhijal2j6"))))
(build-system copy-build-system)
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
(arguments

base-commit: 294386674c417355a24586fab5528c643d495b86
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73997@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73997
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