gnu: google-brotli: Update to 1.0.4.

* gnu/packages/compression.scm (google-brotli): Update to 1.0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-15 13:36:42 +02:00
parent 1b0be8c506
commit 605ade4429
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2111,14 +2111,14 @@ (define-public innoextract
(define-public google-brotli
(package
(name "google-brotli")
(version "1.0.2")
(version "1.0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/google/brotli/archive/v"
version ".tar.gz"))
(sha256
(base32
"08kl9gww2058p1p7j9xqmcmrabcfihhj3fq984d7fi3bchb2mky2"))))
"1hrpmz162k4x3xm6vmbpm443jlfr1kp536p8962y2dncy7gs6s12"))))
(build-system cmake-build-system)
(arguments
`(#:phases