guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: vimb: Update to 3.6.0.


From: guix-commits
Subject: branch master updated: gnu: vimb: Update to 3.6.0.
Date: Tue, 07 Jan 2020 11:24:49 -0500

This is an automated email from the git hooks/post-receive script.

daviwil pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ed75a5  gnu: vimb: Update to 3.6.0.
0ed75a5 is described below

commit 0ed75a5f068541339bc1db6271796a3d382bb681
Author: David Wilson <address@hidden>
AuthorDate: Thu Jan 2 15:28:52 2020 -0800

    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 17c3ebf..e5df564 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]