all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "André Batista" <nandre@riseup.net>
To: 73761@debbugs.gnu.org
Cc: "André Batista" <nandre@riseup.net>,
	jonathan.brielmaier@web.de, mhw@netris.org
Subject: [bug#73761] [PATCH v2] gnu: ublock-origin: Update to 1.61.0.
Date: Sun,  1 Dec 2024 13:04:01 -0300	[thread overview]
Message-ID: <20241201160401.1762-1-nandre@riseup.net> (raw)
In-Reply-To: <20241012041022.2611-1-nandre@riseup.net>

* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.61.0.
(ublock-main-assets): Update to bfbafa49f72d078fd1126033be1d4434ca6d5009.
(ublock-prod-assets): Update to 873eb22777b9a951e64d6453048bec9291db2ed7.

Change-Id: I605528caa5ab5e237e61f7c040502a8b0d7038a1
---
 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 db269d35a9..61d8ec1a7a 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 "f44ac328b718bab3118f759880128fe420afb906")
+         (commit "bfbafa49f72d078fd1126033be1d4434ca6d5009")
          (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 "06rglm8fl44aazpdpc9616fncfbkqy0hj945afrkihpk3fpwgxjy")))))
+       (base32 "0m7v8qjs941g2pr1b50vxa68g9psv2vvxzfz43iyfmv3gyypdh59")))))
 
 (define ublock-prod-assets
   ;; Arbitrary commit of branch gh-pages,
   ;; Update when updating uBlockOrigin.
   (let* ((name "ublock-prod-assets")
-         (commit "a1409d83d46d49b6cd5c40ec956cc7acdff481ef")
+         (commit "873eb22777b9a951e64d6453048bec9291db2ed7")
          (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 "07ih6gxnv3q3cbxlaw9yk4l08v4qli3wri9rgfb6ick2wd4xp89d")))))
+       (base32 "1p3ajvqsvpc3nkh2zjrx6g12fbismc18d0wskva4ifl0ckx521rj")))))
 
 (define ublock-origin
   (package
     (name "ublock-origin")
-    (version "1.59.0")
+    (version "1.61.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
-                "0d050fbfpja3hw0ap09bdlnqnr3vbwsjmkrpdkdp4861x8y5gbsf"))))
+                "0iikd3l02nd0lgns33i95fzi7xh4hwzkng5r14lk0cmmr97phn6y"))))
     (build-system gnu-build-system)
     (outputs '("xpi" "firefox" "chromium"))
     (properties '((addon-id . "uBlock0@raymondhill.net")))

base-commit: 294386674c417355a24586fab5528c643d495b86
prerequisite-patch-id: 0f87f886b564e46c6bd535920c8e8e348571b0db
-- 
2.46.0





  reply	other threads:[~2024-12-01 16:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-12  4:10 [bug#73761] [PATCH] gnu: ublock-origin: Update to 1.60.0 André Batista
2024-12-01 16:04 ` André Batista [this message]
2024-12-11 10:00   ` bug#73761: [PATCH v2] gnu: ublock-origin: Update to 1.61.0 Hilton Chain

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=20241201160401.1762-1-nandre@riseup.net \
    --to=nandre@riseup.net \
    --cc=73761@debbugs.gnu.org \
    --cc=jonathan.brielmaier@web.de \
    --cc=mhw@netris.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.