gnu: google-brotli: Update to 1.0.7.

* gnu/packages/compression.scm (google-brotli): Update to 1.0.7.
master
Tobias Geerinckx-Rice 2019-03-19 16:34:22 +01:00
parent fc82c1752e
commit 598c2bbc53
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1758,7 +1758,7 @@ non-Windows systems without running the actual installer using wine.")
(define-public google-brotli
(package
(name "google-brotli")
(version "1.0.4")
(version "1.0.7")
(source
(origin
(method git-fetch)
@ -1767,7 +1767,7 @@ non-Windows systems without running the actual installer using wine.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0n5snycxgwqj2v8sgxiqxq4zqh5ydx70dr7qa4ygizs02ms69n1i"))))
(base32 "1811b55wdfg4kbsjcgh1kc938g118jpvif97ilgrmbls25dfpvvw"))))
(build-system cmake-build-system)
(arguments
`(#:phases