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.1.0.


From: guix-commits
Subject: 03/03: gnu: nyxt: Update to 3.1.0.
Date: Tue, 30 May 2023 10:38:19 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 5a8bb79c1c0e272e7f16b18dae631057b6724754
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon May 29 21:42:42 2023 +0300

    gnu: nyxt: Update to 3.1.0.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.1.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 8131592b33..1fe5ef5c82 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -587,7 +587,7 @@ driven and does not detract you from your daily work.")
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.0.0")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)
@@ -596,7 +596,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "1jzlpi2iam15f0724nh6pb0zfs8d89mrf3zkvd87g99aq9w2h02a"))
+         "01h2430z43bh8mxb5xyvz4kqcdim1dlh1crf41pzavq2a6r2aw0z"))
        (file-name (git-file-name "nyxt" version))
        (modules '((guix build utils)))
        (snippet



reply via email to

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