3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: snappy: Update to 1.1.8.

* gnu/packages/compression.scm (snappy): Update to 1.1.8.
This commit is contained in:
Marius Bakke 2020-01-19 23:38:31 +01:00
parent ae3909eb4c
commit a5407c768d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1084,7 +1084,7 @@ well as bzip2.")
(define-public snappy
(package
(name "snappy")
(version "1.1.7")
(version "1.1.8")
(source
(origin
(method git-fetch)
@ -1093,7 +1093,7 @@ well as bzip2.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1x7r8sjmdqlqjz0xfiwdyrqpgaj5yrvrgb28ivgpvnxgar5qv6m2"))
(base32 "1j0kslq2dvxgkcxl1gakhvsa731yrcvcaipcp5k8k7ayicvkv9jv"))
(patches (search-patches "snappy-add-O2-flag-in-CmakeLists.txt.patch"))))
(build-system cmake-build-system)
(arguments