Message ID | bce841f2-1e78-4a6f-ac6b-d0b861d954e9@www.fastmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [bug#38880] gnu: vimb: Update to 3.6.0. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | fail | Apply failed |
Pushed commit 0ed75a5f06. On Thu, Jan 2, 2020, at 3:33 PM, GNU bug Tracking System wrote: > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > guix-patches@gnu.org > > If you wish to submit further information on this problem, please > send it to 38880@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 38880: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38880 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems >
From d8f206ad7261758c33cfae2ad72e96e094341c11 Mon Sep 17 00:00:00 2001 From: David Wilson <david@daviwil.com> Date: Thu, 2 Jan 2020 15:28:52 -0800 Subject: [PATCH] gnu: vimb: Update to 3.6.0. * gnu/packages/web-browsers.scm (vimb): Update to 3.6.0. --- 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 4fdf5f5419..2aaaaa217b 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -341,7 +341,7 @@ GUI. It is based on PyQt5 and QtWebKit.") (define-public vimb (package (name "vimb") - (version "3.5.0") + (version "3.6.0") (source (origin (method git-fetch) @@ -349,7 +349,7 @@ GUI. It is based on PyQt5 and QtWebKit.") (url "https://github.com/fanglingsu/vimb/") (commit version))) (sha256 - (base32 "13q7mk1hhjri0s30a98r8ncy0skf6m6lrnbqaf0jimf6sbwgiirf")) + (base32 "0228khh3lqbal046k6akqah7s5igq9s0wjfjbdjam75kjj42pbhj")) (file-name (git-file-name name version)))) (build-system glib-or-gtk-build-system) (arguments -- 2.24.1