guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: next-gtk-webkit: Update to 1.2.1.


From: guix-commits
Subject: 01/02: gnu: next-gtk-webkit: Update to 1.2.1.
Date: Tue, 7 May 2019 13:19:22 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit cbbdc5c795ab3f411ea138a9857a695f7185ce63
Author: Pierre Neidhardt <address@hidden>
Date:   Tue May 7 19:18:28 2019 +0200

    gnu: next-gtk-webkit: Update to 1.2.1.
    
    * gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.2.1.
---
 gnu/packages/web-browsers.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index bb0b5e1..fbe7ee8 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -368,7 +368,7 @@ driven and does not detract you from your daily work.")
 (define-public next-gtk-webkit
   (package
     (name "next-gtk-webkit")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -377,7 +377,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0a066f56hnb9znbwnv1blm31j0ysv05n4wzlkli0zgw087c9047x"))
+         "19s6dbn47xy30dwfdd2p8fxz6z63rp5h7sm0barb69r7mvgnqvc1"))
        (file-name (git-file-name "next" version))))
     (build-system glib-or-gtk-build-system)
     (arguments
@@ -399,7 +399,7 @@ driven and does not detract you from your daily work.")
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("webkitgtk" ,webkitgtk-2.24)))
     (native-inputs
-     `(("gcc-7" ,gcc-7) ; needed because webkitgtk-2.22 is compiled with gcc-7
+     `(("gcc-7" ,gcc-7) ; needed because webkitgtk-2.22 and above are compiled 
with gcc-7
        ("pkg-config" ,pkg-config)))
     (home-page "https://next.atlas.engineer";)
     (synopsis "Infinitely extensible web-browser (user interface only)")



reply via email to

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