gnu: ungoogled-chromium: Update to 72.0.3626.109-1.a80839c.
* gnu/packages/chromium.scm (%ungoogled-revision): Update to a80839c. (package-revision): Bump. (ungoogled-chromium-source): Update hash.
This commit is contained in:
parent
718540d21b
commit
f2945c26a9
|
@ -224,8 +224,8 @@ from forcing GEXP-PROMISE."
|
||||||
#:guile-for-build guile)))
|
#:guile-for-build guile)))
|
||||||
|
|
||||||
(define %chromium-version "72.0.3626.109")
|
(define %chromium-version "72.0.3626.109")
|
||||||
(define %ungoogled-revision "a58db880c15e5077e881cad7b07d1a277ecd463a")
|
(define %ungoogled-revision "a80839c418de8843dfcd6c13a557f12d26a0a17a")
|
||||||
(define package-revision "0")
|
(define package-revision "1")
|
||||||
|
|
||||||
(define %package-version (string-append %chromium-version "-"
|
(define %package-version (string-append %chromium-version "-"
|
||||||
package-revision "."
|
package-revision "."
|
||||||
|
@ -254,7 +254,7 @@ from forcing GEXP-PROMISE."
|
||||||
(string-take %ungoogled-revision 7)))
|
(string-take %ungoogled-revision 7)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19w60b71rcccp32b7rcpw75kfg4sw2xfr32rfk0hcyaj5rq0mm69")))))
|
"0rgirbxbgjdm3s2kzgj101rjq0clr7x2a7b37kfx2q629z4qlrpc")))))
|
||||||
|
|
||||||
(origin
|
(origin
|
||||||
(method computed-origin-method)
|
(method computed-origin-method)
|
||||||
|
|
Loading…
Reference in New Issue