mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: nyxt: Update to 2.2.4.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.4.
This commit is contained in:
parent
fa580bf3b4
commit
d2ed9027b1
1 changed files with 2 additions and 2 deletions
|
@ -576,7 +576,7 @@ (define-public vimb
|
|||
(define-public nyxt
|
||||
(package
|
||||
(name "nyxt")
|
||||
(version "2.2.3")
|
||||
(version "2.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -585,7 +585,7 @@ (define-public nyxt
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"1v1szbj44pwxh3k70fvg78xjfkab29dqnlafa722sppdyqd06cqp"))
|
||||
"12l7ir3q29v06jx0zng5cvlbmap7p709ka3ik6x29lw334qshm9b"))
|
||||
(file-name (git-file-name "nyxt" version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue