gnu: uBlock Origin: Update to 1.40.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.40.4.
This commit is contained in:
parent
56b29a61e8
commit
1b6973cc58
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ supported content to the Kodi media center.")
|
||||||
(define ublock-origin
|
(define ublock-origin
|
||||||
(package
|
(package
|
||||||
(name "ublock-origin")
|
(name "ublock-origin")
|
||||||
(version "1.40.2")
|
(version "1.40.4")
|
||||||
(home-page "https://github.com/gorhill/uBlock")
|
(home-page "https://github.com/gorhill/uBlock")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -60,7 +60,7 @@ supported content to the Kodi media center.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15mf9lqd19lzi890zgq67j3a8bghywf7lh3njqhjjsa53rk056df"))))
|
"0rx26snsxvmy0r0z23w16h5cqrfvmqhwq4pgfwbjfmqd3y26sjpr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("xpi" "firefox" "chromium"))
|
(outputs '("xpi" "firefox" "chromium"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue