all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André Batista" <nandre@riseup.net>
To: 71526@debbugs.gnu.org
Cc: "André Batista" <nandre@riseup.net>
Subject: [bug#71526] [PATCH] gnu: ublock-origin: Update to 1.58.0.
Date: Wed, 12 Jun 2024 16:30:36 -0300	[thread overview]
Message-ID: <20240612193036.3569-1-nandre@riseup.net> (raw)

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.58.0.
(ublock-main-assets): Update to fd83ae724c8851e3d494863169a959f3e1b84e3a.
(ublock-prod-assets): Update to b81083649f704db63c55f08f3a1ac0972ac244ed.
---
 gnu/packages/browser-extensions.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 96b68bf83e..0d6d347d94 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -58,7 +58,7 @@ (define ublock-main-assets
   ;; Arbitrary commit of branch master,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-main-assets")
-         (commit "1cfeef15ac031cf8ea144c7b8c7b6693fcd35664")
+         (commit "fd83ae724c8851e3d494863169a959f3e1b84e3a")
          (revision "2")
          (version (git-version "0" revision commit)))
     (origin
@@ -68,13 +68,13 @@ (define ublock-main-assets
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "0lglvynr5ap0yd4mshvj40q62vicn1rv0z661pvm134cddimz4fb")))))
+       (base32 "0rinh6cyxq4mlkr61g7imhpb2wmr2kfzzhfmpimqcl64y8imm67l")))))
 
 (define ublock-prod-assets
   ;; Arbitrary commit of branch gh-pages,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-prod-assets")
-         (commit "17d534c817bd543bbb5be48113edefcec43bbcc9")
+         (commit "b81083649f704db63c55f08f3a1ac0972ac244ed")
          (revision "2")
          (version (git-version "0" revision commit)))
     (origin
@@ -84,12 +84,12 @@ (define ublock-prod-assets
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
-       (base32 "1iv5vqpd8bmbdp8d4d6lgrg03x23qdfalxpzxlnzx55b1wz5aagr")))))
+       (base32 "16bkrrr1lf9j6ka00v9987hm01flvlwfag78j0f7l7jp4hkidvm3")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.57.2")
+    (version "1.58.0")
     (home-page "https://github.com/gorhill/uBlock")
     (source (origin
               (method git-fetch)
@@ -99,7 +99,7 @@ (define ublock-origin
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "168j7if0wnxk54rikd3a7y1asmm6xgl42bsnsvj9m44sayrfdinn"))))
+                "0q8rm4l3gdgy1j2x0kmsfs9i1vyvr7glsxjjz3ikxy6hcnv6sd4m"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (properties '((addon-id . "uBlock0@raymondhill.net")))

base-commit: 9b851ade18bc00dc42607b3fcaf26c923d47c2eb
-- 
2.41.0





             reply	other threads:[~2024-06-12 19:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-12 19:30 André Batista [this message]
2024-06-15 17:03 ` bug#71526: [PATCH] gnu: ublock-origin: Update to 1.58.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240612193036.3569-1-nandre@riseup.net \
    --to=nandre@riseup.net \
    --cc=71526@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.