[PATCH] gnu: noscript: Update to 12.1.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Hilton Chain
  • André Batista
Owner
unassigned
Submitted by
André Batista
Severity
normal

Debbugs page

André Batista wrote 2 months ago
(address . guix-patches@gnu.org)(name . André Batista)(address . nandre@riseup.net)
20250113225126.2441-1-nandre@riseup.net
* gnu/packages/browser-extensions.scm (noscript): Update to 12.1.1.

Change-Id: Ib46415d6cf70fa4b2fcce2961f309daa6d416974
---
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 1a073aea938..fbb7352a523 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -312,7 +312,7 @@ (define-public livemarks/icecat
(define noscript
(package
(name "noscript")
- (version "11.5.2")
+ (version "12.1.1")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append
@@ -320,7 +320,7 @@ (define noscript
".xpi"))
(sha256
(base32
- "0fj96c9pnjyg2dwqnnzd64vnx1inhl72c27ybm0j515zhijal2j6"))))
+ "06pk3zf353yh7c8bv3xvl1jwmc2bd7v4y3p0dl1m5hygzxirwqzr"))))
(build-system copy-build-system)
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
(arguments

base-commit: 575dc58975281e8c2c779c9b3098746606cfc5dd
--
2.46.0
Hilton Chain wrote 2 months ago
(name . André Batista)(address . nandre@riseup.net)
87cygoslx5.wl-hako@ultrarare.space
On Tue, 14 Jan 2025 06:51:26 +0800,
André Batista wrote:
Toggle quote (8 lines)
>
> * gnu/packages/browser-extensions.scm (noscript): Update to 12.1.1.
>
> Change-Id: Ib46415d6cf70fa4b2fcce2961f309daa6d416974
> ---
> gnu/packages/browser-extensions.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Applied as 15a41ec5a7, thanks!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 75545
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help