guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: nyxt: Update to 3.11.5.


From: guix-commits
Subject: 04/05: gnu: nyxt: Update to 3.11.5.
Date: Wed, 20 Mar 2024 08:27:49 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit dfd929b3b180ca319a7fb8d8ac64ab58bcfd17e9
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Mon Mar 18 20:50:30 2024 +0200

    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>
---
 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 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



reply via email to

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