diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-15 13:36:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-15 19:31:13 +0200 |
commit | 605ade4429177416c5a3a47bcb3cd35578228262 (patch) | |
tree | 6883c91b05d4db4be25ed300ad0158bb6b406678 | |
parent | 1b0be8c506753a83b30c0d8609fd98e9c73463bc (diff) |
gnu: google-brotli: Update to 1.0.4.
* gnu/packages/compression.scm (google-brotli): Update to 1.0.4.
-rw-r--r-- | gnu/packages/compression.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 1850433609..f312e47177 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -2111,14 +2111,14 @@ non-Windows systems without running the actual installer using wine.") (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 |