guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: next: Update to 1.3.4.


From: guix-commits
Subject: 01/01: gnu: next: Update to 1.3.4.
Date: Sat, 5 Oct 2019 03:55:29 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 3dbc41c042df418298e36e0f9e945b266ae78783
Author: Pierre Neidhardt <address@hidden>
Date:   Sat Oct 5 09:54:57 2019 +0200

    gnu: next: Update to 1.3.4.
    
    * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.3.4.
---
 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 9010c26..e1d2051 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -367,7 +367,7 @@ driven and does not detract you from your daily work.")
 (define next-gtk-webkit
   (package
     (name "next-gtk-webkit")
-    (version "1.3.3")
+    (version "1.3.4")
     (source
      (origin
        (method git-fetch)
@@ -378,7 +378,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0vxjihldvif147l2kjd83kk1wcs4ixgv1yxjnpn3wgg8306pgnlh"))
+         "00iqv4xarabl98gdl1rzqkc5v0vfljx1nawsxqsx9x3a9mnxmgxi"))
        (file-name (git-file-name "next" version))))
     (build-system glib-or-gtk-build-system)
     (arguments



reply via email to

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