summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndre A. Gomes <andremegafone@gmail.com>2023-05-29 21:42:42 +0300
committerGuillaume Le Vaillant <glv@posteo.net>2023-05-30 15:59:24 +0200
commit5a8bb79c1c0e272e7f16b18dae631057b6724754 (patch)
treee615faf3b0e5051d3c968be7384499e23c6ff83b
parent3e9a814c0c9e30602c5c04ba392dfe889c37c93e (diff)
downloadguix-5a8bb79c1c0e272e7f16b18dae631057b6724754.tar.gz
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>
-rw-r--r--gnu/packages/web-browsers.scm4
1 files 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