gnu: google-brotli: Update to 1.0.4.
* gnu/packages/compression.scm (google-brotli): Update to 1.0.4.
This commit is contained in:
parent
1b0be8c506
commit
605ade4429
|
@ -2111,14 +2111,14 @@ non-Windows systems without running the actual installer using wine.")
|
||||||
(define-public google-brotli
|
(define-public google-brotli
|
||||||
(package
|
(package
|
||||||
(name "google-brotli")
|
(name "google-brotli")
|
||||||
(version "1.0.2")
|
(version "1.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/google/brotli/archive/v"
|
(uri (string-append "https://github.com/google/brotli/archive/v"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08kl9gww2058p1p7j9xqmcmrabcfihhj3fq984d7fi3bchb2mky2"))))
|
"1hrpmz162k4x3xm6vmbpm443jlfr1kp536p8962y2dncy7gs6s12"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue