guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: nyxt: Update to 3.5.0.


From: guix-commits
Subject: 03/03: gnu: nyxt: Update to 3.5.0.
Date: Tue, 25 Jul 2023 08:11:41 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit dce70730b80c82bfc92531cb27016e8b0222a254
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Jul 24 12:31:32 2023 +0300

    gnu: nyxt: Update to 3.5.0.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.5.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 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 866bf077fb..012d607b19 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -586,7 +586,7 @@ driven and does not detract you from your daily work.")
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.4.0")
+    (version "3.5.0")
     (source
      (origin
        (method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0k1vk3qj9sc3wa0yhx1ih8xq9864dd34hfk622zdmyx2f8q81qd3"))
+         "13ldi191ccxyxr3hjxyhnjl2vw365v0fhb1pqia7rg1gl3id47gz"))
        (file-name (git-file-name "nyxt" version))
        (modules '((guix build utils)))
        (snippet



reply via email to

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