[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: nyxt: Update to 3.7.0.
From: |
guix-commits |
Subject: |
03/03: gnu: nyxt: Update to 3.7.0. |
Date: |
Wed, 13 Sep 2023 07:41:41 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 4f933f977dd8aa61ca3e50b194d3b56e298a3e30
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Sep 11 17:44:45 2023 +0300
gnu: nyxt: Update to 3.7.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.7.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 5fb43d0ee9..a8ef7099f5 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.6.1")
+ (version "3.7.0")
(source
(origin
(method git-fetch)
@@ -595,7 +595,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
- "0gf4akrkp15c3z3v3i5c94ga282ygqxb0rqxwm9ivchby0xv9lmd"))
+ "0mar3y69b62jby4kfdsm2xsnb830v1d468zspa3frpnphwxv4a5y"))
(file-name (git-file-name "nyxt" version))
(modules '((guix build utils)))
(snippet