me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-inflate-0.4.

* gnu/packages/crates-io.scm (rust-inflate-0.4): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Valentin Ignatev 2020-01-19 15:48:03 +03:00 committed by Efraim Flashner
parent 7473d73ed0
commit a9a279b6af
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -6107,6 +6107,27 @@ This crate was initially published under the name ordermap, but it was
renamed to indexmap.")
(license (list license:expat license:asl2.0))))
(define-public rust-inflate-0.4
(package
(name "rust-inflate")
(version "0.4.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "inflate" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1zxjdn8iwa0ssxrnjmywm3r1v284wryvzrf8vkc7nyf5ijbjknqw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-adler32" ,rust-adler32-1.0))))
(home-page "https://github.com/PistonDevelopers/inflate.git")
(synopsis "DEFLATE decoding")
(description "This package provides DEFLATE decoding.")
(license license:expat)))
(define-public rust-insta-0.8
(package
(name "rust-insta")