gnu: rust-libflate: Update to 1.1.1.
* gnu/packages/crates-io.scm (rust-libflate): Update to 1.1.1.master
parent
19b5c6bcc8
commit
2dd98f444f
|
@ -26707,22 +26707,20 @@ macros on libc without stdlib.")
|
|||
(define-public rust-libflate-1
|
||||
(package
|
||||
(name "rust-libflate")
|
||||
(version "1.0.2")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "libflate" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jarv5ildsm0ci4prd4gz7fqypifhp9xk34z9w49rchx7q1ckfp9"))))
|
||||
(base32 "07hlzg1zly4dw9s39fv2ik6nfcjpjgx82b5kkf3bafdvdvvlldhn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-adler32" ,rust-adler32-1)
|
||||
("rust-crc32fast" ,rust-crc32fast-1)
|
||||
("rust-libflate-lz77" ,rust-libflate-lz77-1)
|
||||
("rust-rle-decode-fast" ,rust-rle-decode-fast-1))
|
||||
("rust-libflate-lz77" ,rust-libflate-lz77-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-clap" ,rust-clap-2))))
|
||||
(home-page "https://github.com/sile/libflate")
|
||||
|
|
Reference in New Issue