mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: chromium-embedded-framework: Update to 117.2.4.
* nongnu/packages/chromium.scm (chromium-embedded-framework): Update to 117.2.4. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
6e646d2c16
commit
e4fe4809f8
1 changed files with 4 additions and 4 deletions
|
@ -26,15 +26,15 @@
|
||||||
#:use-module (srfi srfi-1))
|
#:use-module (srfi srfi-1))
|
||||||
|
|
||||||
(define-public chromium-embedded-framework
|
(define-public chromium-embedded-framework
|
||||||
(let ((git-revision "d0bbcbb")
|
(let ((git-revision "5053a95")
|
||||||
(chromium-version "103.0.5060.114")
|
(chromium-version "117.0.5938.150")
|
||||||
(arch (match (or (%current-target-system) (%current-system))
|
(arch (match (or (%current-target-system) (%current-system))
|
||||||
("aarch64-linux" "linuxarm64")
|
("aarch64-linux" "linuxarm64")
|
||||||
("armhf-linux" "linuxarm")
|
("armhf-linux" "linuxarm")
|
||||||
(_ "linux64"))))
|
(_ "linux64"))))
|
||||||
(package
|
(package
|
||||||
(name "chromium-embedded-framework")
|
(name "chromium-embedded-framework")
|
||||||
(version "103.0.9")
|
(version "117.2.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
"_" arch "_minimal.tar.bz2"))
|
"_" arch "_minimal.tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"143x0jmasl4z16bkxlrbz874chd9x9xpc5qylb9h7j80gfcrzlsi"))))
|
"0vzzwq1k6bv9d209yg3samvfnfwj7s58y9r3p3pd98wxa9iyzf4j"))))
|
||||||
(build-system binary-build-system)
|
(build-system binary-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:patchelf-plan
|
`(#:patchelf-plan
|
||||||
|
|
Loading…
Reference in a new issue