gnu: next-gtk-webkit: Update to 1.1.0.
* gnu/packages/web-browsers.scm (next-gtk-webkit): Update to 1.1.0.
This commit is contained in:
parent
fe5969656a
commit
b96bd82133
|
@ -364,19 +364,18 @@ driven and does not detract you from your daily work.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public next-gtk-webkit
|
(define-public next-gtk-webkit
|
||||||
(let ((commit "b8899341bbdefd0a33412608fbb0b1f92f818c65"))
|
|
||||||
(package
|
(package
|
||||||
(name "next-gtk-webkit")
|
(name "next-gtk-webkit")
|
||||||
(version (git-version "1.0.0" "1" commit))
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://source.atlas.engineer/public/next")
|
(url "https://source.atlas.engineer/public/next")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12jmf1b9qr85il9h15mb9vpsfh1wzcln9x9xpn4lps0kkccnpkz9"))
|
"00xi01r6gxlrv7xc2dhf4da30y0vng1snbdmc8d829qyn0chl55q"))
|
||||||
(file-name (git-file-name "next" version))))
|
(file-name (git-file-name "next" version))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -402,7 +401,7 @@ driven and does not detract you from your daily work.")
|
||||||
inspired by Emacs and designed for power users. The application has familiar
|
inspired by Emacs and designed for power users. The application has familiar
|
||||||
key-bindings, is fully configurable and extensible in Lisp, and has powerful
|
key-bindings, is fully configurable and extensible in Lisp, and has powerful
|
||||||
features for productive professionals.")
|
features for productive professionals.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public sbcl-next
|
(define-public sbcl-next
|
||||||
(package
|
(package
|
||||||
|
@ -428,8 +427,6 @@ features for productive professionals.")
|
||||||
(define expected-fasl (string-append
|
(define expected-fasl (string-append
|
||||||
lib
|
lib
|
||||||
"/lib/sbcl/next--system.fasl"))
|
"/lib/sbcl/next--system.fasl"))
|
||||||
(pk actual-fasl)
|
|
||||||
(pk expected-fasl)
|
|
||||||
(copy-file actual-fasl expected-fasl)
|
(copy-file actual-fasl expected-fasl)
|
||||||
#t))
|
#t))
|
||||||
(add-after 'create-symlinks 'build-program
|
(add-after 'create-symlinks 'build-program
|
||||||
|
|
Loading…
Reference in New Issue