guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ublock-origin: Update to 1.31.0.


From: guix-commits
Subject: 01/02: gnu: ublock-origin: Update to 1.31.0.
Date: Thu, 19 Nov 2020 18:13:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit bcb8a8a6d660400dbb1f3ee4832ac6b752ed4d16
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Nov 18 21:28:32 2020 +0100

    gnu: ublock-origin: Update to 1.31.0.
    
    * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.31.0.
---
 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 1c13558..688a137 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -63,7 +63,7 @@ supported content to the Kodi media center.")
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.30.6")
+    (version "1.31.0")
     (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
-                "10arx4r4s8125g9zlh3bcjpcb4qh2wzfmvqc2x8nly5fbxvxvns3"))))
+                "1wfg1g061l83fqwllp8q1jr1kvwxy2kbbzfk6ynlf18kjng9v3h5"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (arguments



reply via email to

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