mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: noscript: Update to 11.5.2
* gnu/packages/browser-extensions.scm (noscript): Update to 11.5.2. Change-Id: I1c3bb1ca1aa6f31dac31cbb7c5ca5a155ec8c1d0 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
6f8c8a86d8
commit
52d7fcc2b2
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ with the @uref{https://keepassxc.org, KeePassXC} password manager.")
|
||||||
(define noscript
|
(define noscript
|
||||||
(package
|
(package
|
||||||
(name "noscript")
|
(name "noscript")
|
||||||
(version "11.4.40")
|
(version "11.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch/zipbomb)
|
(method url-fetch/zipbomb)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -264,7 +264,7 @@ with the @uref{https://keepassxc.org, KeePassXC} password manager.")
|
||||||
".xpi"))
|
".xpi"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cmvmplr49pf79j5rp3cfkd9gg4aw2z2q1hk19473n2rc51asbi4"))))
|
"0fj96c9pnjyg2dwqnnzd64vnx1inhl72c27ybm0j515zhijal2j6"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
|
(properties '((addon-id . "{73a6fe31-595d-460b-a920-fcc0f8843232}")))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue