diff options
author | Andre A. Gomes <andremegafone@gmail.com> | 2023-09-11 17:44:45 +0300 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-09-13 13:38:18 +0200 |
commit | 4f933f977dd8aa61ca3e50b194d3b56e298a3e30 (patch) | |
tree | d3397b0fcc309876dffdb82875a978f2409f6f2d /gnu | |
parent | 828b08d58526cf242e121da3f0e3a3524aa507c8 (diff) | |
download | guix-4f933f977dd8aa61ca3e50b194d3b56e298a3e30.tar.gz guix-4f933f977dd8aa61ca3e50b194d3b56e298a3e30.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web-browsers.scm | 4 |
1 files 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 |