mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: rust-snap-1: Update to 1.1.1.
* gnu/packages/crates-io.scm (rust-snap-1): Update to 1.1.1. Change-Id: Ic20ed6ab726bcac4571f880ec0dbd11df198eeb0
This commit is contained in:
parent
c95c57f56d
commit
1c7abe2e45
1 changed files with 5 additions and 9 deletions
|
@ -67321,24 +67321,20 @@ package provides derive macros.")
|
||||||
(define-public rust-snap-1
|
(define-public rust-snap-1
|
||||||
(package
|
(package
|
||||||
(name "rust-snap")
|
(name "rust-snap")
|
||||||
(version "1.0.5")
|
(version "1.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "snap" version))
|
(uri (crate-uri "snap" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0fxw80m831l76a5zxcwmz2aq7mcwc1pp345pnljl4cv1kbxnfsqv"))))
|
||||||
"0l8llidvm7dlwfw2ql6hk4b4byl9677fppwgl7i2wglqs6a60ia5"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
(home-page
|
(home-page "https://github.com/BurntSushi/rust-snappy")
|
||||||
"https://github.com/BurntSushi/rust-snappy")
|
(synopsis "Pure Rust implementation of the Snappy compression algorithm")
|
||||||
(synopsis
|
|
||||||
"Pure Rust implementation of the Snappy compression algorithm")
|
|
||||||
(description
|
(description
|
||||||
"This package provides a pure Rust implementation of the Snappy compression
|
"This package provides a pure Rust implementation of the Snappy compression
|
||||||
algorithm. Includes streaming compression and decompression.")
|
algorithm. Includes streaming compression and decompression.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue