me
/
guix
Archived
1
0
Fork 0

gnu: uBlock Origin: Update to 1.38.6.

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.6.
master
Marius Bakke 2021-10-21 16:29:03 +02:00
parent 39e6fec373
commit e1261ddd38
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.4") (version "1.38.6")
(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
"127b5mg54zfci86q66fss701y20b0mjpa4flx7iar7nviqg9fa1h")))) "1jdi7p537dj0bpxsdnvs722cw8xv5ifh8mjj1ndwjvgasvj18fsd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("xpi" "firefox" "chromium")) (outputs '("xpi" "firefox" "chromium"))
(arguments (arguments