mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: nyxt: Update to 3.6.1.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.6.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
2c6133295d
commit
041ec00709
1 changed files with 2 additions and 2 deletions
|
@ -586,7 +586,7 @@ (define-public vimb
|
|||
(define-public nyxt
|
||||
(package
|
||||
(name "nyxt")
|
||||
(version "3.6.0")
|
||||
(version "3.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -595,7 +595,7 @@ (define-public nyxt
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1difs5hw4avzfn2f33gi0w8nz9ja9fvwsl5m9f8izr8zsqlw98qd"))
|
||||
"0gf4akrkp15c3z3v3i5c94ga282ygqxb0rqxwm9ivchby0xv9lmd"))
|
||||
(file-name (git-file-name "nyxt" version))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue