guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: qutebrowser: Upgrade to 0.10.1.


From: Eric Bavier
Subject: 02/02: gnu: qutebrowser: Upgrade to 0.10.1.
Date: Wed, 29 Mar 2017 23:25:44 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 77310a1c2d9bc2008ef810928bbb9995d775f53b
Author: Eric Bavier <address@hidden>
Date:   Wed Mar 29 21:04:48 2017 -0500

    gnu: qutebrowser: Upgrade to 0.10.1.
    
    * gnu/packages/web.scm (qutebrowser): Upgrade to 0.10.1.
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 6a8fafa..99cd192 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4463,7 +4463,7 @@ exploit attempts.")
 (define-public qutebrowser
   (package
     (name "qutebrowser")
-    (version "0.9.1")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
@@ -4472,7 +4472,7 @@ exploit attempts.")
                            "qutebrowser-" version ".tar.gz"))
        (sha256
         (base32
-         "0pf91nc0xcykahc3x7ww525c9czm8zpg80nxl8n2mrzc4ilgvass"))))
+         "05qryn56w2pbqhir4pl99idx7apx2xqw9f8wmbrhj59b1xgr3x2p"))))
     (build-system python-build-system)
     (native-inputs
      `(("asciidoc" ,asciidoc)))



reply via email to

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