guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: uBlock Origin: Update to 1.38.2.


From: guix-commits
Subject: 02/03: gnu: uBlock Origin: Update to 1.38.2.
Date: Sat, 2 Oct 2021 07:14:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit df9361bc0517f2eee22ce0d18f8300f893b75fad
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Oct 2 00:49:21 2021 +0200

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

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index 925bb28..bf7a42c 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -51,7 +51,7 @@ supported content to the Kodi media center.")
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.38.0")
+    (version "1.38.2")
     (home-page "https://github.com/gorhill/uBlock";)
     (source (origin
               (method git-fetch)
@@ -60,7 +60,7 @@ supported content to the Kodi media center.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0zw8ys60x2nszdiad0k1hnhr3ddgh54f07c978l26yvvlqnvmgbh"))))
+                "09ymrp6dwd9a4raykapx129vwix8gyq22wlphypll8bajjl5a47f"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

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