guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/14: gnu: uBlock Origin: Update to 1.35.2.


From: guix-commits
Subject: 01/14: gnu: uBlock Origin: Update to 1.35.2.
Date: Wed, 5 May 2021 17:49:28 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit a1cd01e6221ba00f04e7a17914ed2eb43ca0490d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 2 20:19:20 2021 +0200

    gnu: uBlock Origin: Update to 1.35.2.
    
    * gnu/packages/browser-extensions.scm (uassets): Update to f52147302.
    (ublock-origin): Update to 1.35.2.
---
 gnu/packages/browser-extensions.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index ae17421..a5f0472 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -49,7 +49,7 @@ supported content to the Kodi media center.")
   (make-chromium-extension play-to-kodi))
 
 (define uassets
-  (let ((commit "edfb13aaeaa9c8f943834f0465e7afac4b56aa98"))
+  (let ((commit "f521473026f5f60cc753fa4a533af41badfc700e"))
     (origin
       (method git-fetch)
       (uri (git-reference
@@ -58,12 +58,12 @@ supported content to the Kodi media center.")
       (file-name (git-file-name "uAssets" (string-take commit 9)))
       (sha256
        (base32
-        "0ivddccfblka5bzc9hxjl7ygv7g1pgy28w1cb43kipach8vh1alf")))))
+        "0ms0xxj6rcfkib33wjbki631wix17vvzr4m6z0phqmaj49bla4kz")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.35.0")
+    (version "1.35.2")
     (home-page "https://github.com/gorhill/uBlock";)
     (source (origin
               (method git-fetch)
@@ -71,7 +71,7 @@ supported content to the Kodi media center.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "07nlkrgwn1bcn5n2w7ik16ps12dckmjhn76qay6dz64f5754cgn3"))))
+                "0w4rfwgvkjvdfccxi9b4qhp0hylnd946diri19cp3fd72zkjlcky"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]