me
/
guix
Archived
1
0
Fork 0

gnu: uBlock Origin: Update to 1.38.4.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.4.
master
Marius Bakke 2021-10-11 18:53:08 +02:00
parent c4620565e8
commit 63162b1965
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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.38.2") (version "1.38.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
"09ymrp6dwd9a4raykapx129vwix8gyq22wlphypll8bajjl5a47f")))) "127b5mg54zfci86q66fss701y20b0mjpa4flx7iar7nviqg9fa1h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium")) (outputs '("xpi" "firefox" "chromium"))
(arguments (arguments