diff options
author | Andre A. Gomes <andremegafone@gmail.com> | 2024-03-18 20:50:30 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-03-20 13:13:57 +0100 |
commit | dfd929b3b180ca319a7fb8d8ac64ab58bcfd17e9 (patch) | |
tree | c3f1a38b8b9c74b48942a87d0b0948541603da16 | |
parent | 3f5fe4503c55f81b33ea95ab8e134193e4651fff (diff) | |
download | guix-dfd929b3b180ca319a7fb8d8ac64ab58bcfd17e9.tar.gz guix-dfd929b3b180ca319a7fb8d8ac64ab58bcfd17e9.zip |
gnu: nyxt: Update to 3.11.5.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.5.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
-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 0503dc4cd2..a83562485d 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -590,7 +590,7 @@ driven and does not detract you from your daily work.") (define-public nyxt (package (name "nyxt") - (version "3.11.4") + (version "3.11.5") (source (origin (method git-fetch) @@ -599,7 +599,7 @@ driven and does not detract you from your daily work.") (commit version))) (sha256 (base32 - "1c1kiwa7chm491gpzihpqv33ysmxfp83gw6wcsbq72hkwir6kf74")) + "1f7pvh5bzkasbcfydd82pg7qn987ysbxk3j58dxzq2nzi05s0y4p")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |