guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: nyxt: Update to 2.1.1.


From: guix-commits
Subject: branch master updated: gnu: nyxt: Update to 2.1.1.
Date: Wed, 30 Jun 2021 06:56:12 -0400

This is an automated email from the git hooks/post-receive script.

ambrevar pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ebf07a0  gnu: nyxt: Update to 2.1.1.
ebf07a0 is described below

commit ebf07a06f0a29eac6b5f115b10fc1eb7574f060c
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Wed Jun 30 12:55:47 2021 +0200

    gnu: nyxt: Update to 2.1.1.
    
    * gnu/packages/web-browsers.scm (nyxt): Update to 2.1.1.
---
 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 4aa575c..27ec90c 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -605,7 +605,7 @@ driven and does not detract you from your daily work.")
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method git-fetch)
@@ -616,7 +616,7 @@ driven and does not detract you from your daily work.")
              (commit version)))
        (sha256
         (base32
-         "0f2c029213apppj6ziky3wsrpsi2gpx9s55wnfriy6hp33j241gd"))
+         "0kzm05swhyb197cjfd3iglf60b997sx7v95yxzyq483jxqbcxm0r"))
        (file-name (git-file-name "nyxt" version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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