unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69427] [PATCH] gnu: vimb: Update to 3.7.0.
@ 2024-02-27 15:16 unwox via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: unwox via Guix-patches via @ 2024-02-27 15:16 UTC (permalink / raw)
  To: 69427; +Cc: unwox

* gnu/packages/web-browsers.scm (vimb): Update to 3.7.0.

Change-Id: Ia89eb9588cd7eeda1bad29cf0d6e33f75ff5970c
---
 gnu/packages/web-browsers.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 84f5c9f0eb..1dfa5683ab 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -554,7 +554,7 @@ (define-public qutebrowser
 (define-public vimb
   (package
     (name "vimb")
-    (version "3.6.0")
+    (version "3.7.0")
     (source
      (origin
        (method git-fetch)
@@ -562,7 +562,7 @@ (define-public vimb
              (url "https://github.com/fanglingsu/vimb/")
              (commit version)))
        (sha256
-        (base32 "0228khh3lqbal046k6akqah7s5igq9s0wjfjbdjam75kjj42pbhj"))
+        (base32 "1yazd0hm6vsz7sqp5qf3zzjmvqs3can6sbm2ijlfcj4v3kz42vrm"))
        (file-name (git-file-name name version))))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -572,7 +572,11 @@ (define-public vimb
                           (string-append "PREFIX=" %output))
        #:phases
        (modify-phases %standard-phases
-         (delete 'configure))))
+         (replace 'configure
+           (lambda* _
+             (substitute* "config.mk"
+                          (("webkit2gtk-4\\.1")
+                           "webkit2gtk-4.0")))))))
     (inputs
      `(("glib-networking" ,glib-networking)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)

base-commit: 75bad75367fcf2c289fae3b40dbcc850f92177be
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-27 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-27 15:16 [bug#69427] [PATCH] gnu: vimb: Update to 3.7.0 unwox via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).