[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: nyxt: Update to 3.11.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: nyxt: Update to 3.11.4. |
Date: |
Mon, 11 Mar 2024 06:27:42 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c72d8feb1f gnu: nyxt: Update to 3.11.4.
c72d8feb1f is described below
commit c72d8feb1fca60164be980bbc66f48c9360d94a6
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Mar 4 12:34:23 2024 +0200
gnu: nyxt: Update to 3.11.4.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.4.
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 84f5c9f0eb..ae875551c1 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.3")
+ (version "3.11.4")
(source
(origin
(method git-fetch)
@@ -599,7 +599,7 @@ driven and does not detract you from your daily work.")
(commit version)))
(sha256
(base32
- "0vp3w9a3zzn9kbq48a4b1nylrn1i4ibwxpl377yq04ggqkd6fi9a"))
+ "1c1kiwa7chm491gpzihpqv33ysmxfp83gw6wcsbq72hkwir6kf74"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: nyxt: Update to 3.11.4.,
guix-commits <=