gnu: vimb: Update to 3.6.0.

  • Done
  • quality assurance status badge
Details
One participant
  • David Wilson
Owner
unassigned
Submitted by
David Wilson
Severity
normal

Debbugs page

David Wilson wrote 5 years ago
(address . guix-patches@gnu.org)
bce841f2-1e78-4a6f-ac6b-d0b861d954e9@www.fastmail.com
Hi fellow Guix!

This patch updates the vimb browser to today's new release, version 3.6.0.

Happy new year!

David
Attachment: file
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(-)

Toggle diff (24 lines)
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
David Wilson wrote 5 years ago
Re: bug#38880: Acknowledgement (gnu: vimb: Update to 3.6.0.)
(address . 38880-done@debbugs.gnu.org)
c833c3ca-0ea3-4e85-925e-c594db190dac@www.fastmail.com
Pushed commit 0ed75a5f06.

On Thu, Jan 2, 2020, at 3:33 PM, GNU bug Tracking System wrote:
Toggle quote (22 lines)
> 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
>
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 38880@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 38880
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help