all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 74226@debbugs.gnu.org
Subject: [bug#74226] [PATCH] gnu: qutebrowser: Update to 3.3.1.
Date: Wed,  6 Nov 2024 13:09:11 +0100	[thread overview]
Message-ID: <14d3b3a65f121f06ead2f8b03c3df382685eeb00.1730894863.git.herman@rimm.ee> (raw)

* gnu/packages/web-browsers.scm (qutebrowser): Update to 3.3.1.

Change-Id: I4d346030ae40ddca7a1c4dc9468cfca13642f2e9
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 7f04af981a..1cec5eef7b 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -465,7 +465,7 @@ (define-public kristall
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "3.2.1")
+    (version "3.3.1")
     (source
      (origin
        (method git-fetch)
@@ -474,7 +474,7 @@ (define-public qutebrowser
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xsywqay27lkhanvq9yd10qw0d6mhgj49wmnb1apqk7w6yzpy3gj"))))
+        (base32 "11djmd6fnxhjjnjizzlvxkww5zng0zqg86ij4wp7n2l7d2n8zq7k"))))
     (build-system python-build-system)
     (native-inputs
      (list python-attrs                 ; for tests

base-commit: bd3d7c8587c6a229fdf242bfd12d540e5aa8acd3
-- 
2.45.2





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

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-06 12:09 Herman Rimm via Guix-patches via [this message]
2024-11-06 20:21 ` [bug#74226] QA review for 74226 Rodion Goritskov
2024-11-07  9:20 ` bug#74226: Close Andreas Enge

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=14d3b3a65f121f06ead2f8b03c3df382685eeb00.1730894863.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=74226@debbugs.gnu.org \
    --cc=herman@rimm.ee \
    /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.