mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 03:21:49 +02:00
Revert "gnu: snappy: Update to 1.1.4."
Rocksdb fails to build with this version:
https://github.com/facebook/rocksdb/issues/1947
This reverts commit 9baab9aeed.
This commit is contained in:
@@ -973,7 +973,7 @@ well as bzip2.")
|
|||||||
(define-public snappy
|
(define-public snappy
|
||||||
(package
|
(package
|
||||||
(name "snappy")
|
(name "snappy")
|
||||||
(version "1.1.4")
|
(version "1.1.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@@ -981,7 +981,7 @@ well as bzip2.")
|
|||||||
version "/" name "-" version ".tar.gz"))
|
version "/" name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mq0nz8gbi1sp3y6xcg0a6wbvnd6gc717f3vh2xrjmfj5w9gwjqk"))))
|
"1wzf8yif5ym2gj52db6v5m1pxnmn258i38x7llk9x346y2nq47ig"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://github.com/google/snappy")
|
(home-page "https://github.com/google/snappy")
|
||||||
(synopsis "Fast compressor/decompressor")
|
(synopsis "Fast compressor/decompressor")
|
||||||
|
|||||||
Reference in New Issue
Block a user