mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: nyxt: Update to 2.2.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.0.
This commit is contained in:
parent
659fb24753
commit
9057035d89
1 changed files with 8 additions and 5 deletions
|
@ -576,18 +576,16 @@ driven and does not detract you from your daily work.")
|
|||
(define-public nyxt
|
||||
(package
|
||||
(name "nyxt")
|
||||
(version "2.1.1")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
;; TODO: Mirror seems to hang, let's fallback to GitHub for now.
|
||||
;; (url "https://source.atlas.engineer/public/nyxt")
|
||||
(url "https://github.com/atlas-engineer/nyxt")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0kzm05swhyb197cjfd3iglf60b997sx7v95yxzyq483jxqbcxm0r"))
|
||||
"0l8x32fsvk2gbymcda1yc0ggnsymjazqd58vmi05ifiiv7jwxyjw"))
|
||||
(file-name (git-file-name "nyxt" version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
@ -636,31 +634,36 @@ driven and does not detract you from your daily work.")
|
|||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||
("cl-base64" ,sbcl-cl-base64)
|
||||
("cl-calispel" ,sbcl-calispel)
|
||||
("cl-containers" ,sbcl-cl-containers)
|
||||
("cl-css" ,sbcl-cl-css)
|
||||
("cl-custom-hash-table" ,sbcl-custom-hash-table)
|
||||
("cl-html-diff" ,sbcl-cl-html-diff)
|
||||
("cl-json" ,sbcl-cl-json)
|
||||
("cl-markup" ,sbcl-cl-markup)
|
||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("cl-prevalence" ,sbcl-cl-prevalence)
|
||||
("cl-qrencode" ,sbcl-cl-qrencode)
|
||||
("closer-mop" ,sbcl-closer-mop)
|
||||
("cluffer" ,sbcl-cluffer)
|
||||
("dexador" ,sbcl-dexador)
|
||||
("enchant" ,sbcl-enchant)
|
||||
("flexi-streams" ,cl-flexi-streams)
|
||||
("fset" ,sbcl-fset)
|
||||
("hu.dwim.defclass-star" ,sbcl-hu.dwim.defclass-star)
|
||||
("iolib" ,sbcl-iolib)
|
||||
("local-time" ,sbcl-local-time)
|
||||
("log4cl" ,sbcl-log4cl)
|
||||
("lparallel" ,sbcl-lparallel)
|
||||
("mk-string-metrics" ,sbcl-mk-string-metrics)
|
||||
("moptilities" ,sbcl-moptilities)
|
||||
("named-readtables" ,sbcl-named-readtables)
|
||||
("parenscript" ,sbcl-parenscript)
|
||||
("plump" ,sbcl-plump)
|
||||
("clss" ,sbcl-clss)
|
||||
("quri" ,sbcl-quri)
|
||||
("serapeum" ,sbcl-serapeum)
|
||||
("spinneret" ,sbcl-spinneret)
|
||||
("str" ,sbcl-cl-str)
|
||||
("swank" ,sbcl-slime-swank)
|
||||
("trivia" ,sbcl-trivia)
|
||||
|
|
Loading…
Reference in a new issue