guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: nyxt: Update to 3.11.7.


From: guix-commits
Subject: 02/03: gnu: nyxt: Update to 3.11.7.
Date: Mon, 3 Jun 2024 11:06:03 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit ca7cce471a1d8281ac5e24dfb19e8a3e6b6110f3
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Fri May 31 21:20:56 2024 +0300

    gnu: nyxt: Update to 3.11.7.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 3.11.7.
    
    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 78227a84fb..4a2b28916d 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -594,7 +594,7 @@ driven and does not detract you from your daily work.")
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.11.6")
+    (version "3.11.7")
     (source
      (origin
        (method git-fetch)
@@ -603,7 +603,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0q7kf1a42gfvgv54hwhgiyvnsi6qhjdl1k88c3wxr1bj4ffhpvm3"))
+         "0qrlks2b4a02b1lf8ah5cv3y32kh8yxnxkvfgrnia92g72xpj4j2"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]