mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: noscript: Update to 12.1.1
* gnu/packages/browser-extensions.scm (noscript): Update to 12.1.1. Change-Id: Ib46415d6cf70fa4b2fcce2961f309daa6d416974 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
b997fec7c9
commit
15a41ec5a7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue