mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: rust-lzw-0.10: Move to (gnu packages crates-compression).
* gnu/packages/crates-io.scm (rust-lzw-0.10): Move from here ... * gnu/packages/crates-compression.scm: ... to here. Change-Id: I6fb5af90536edf1a09630a682ca5f85786bc5c59
This commit is contained in:
parent
5d9df0ecd1
commit
8e5c8bce4f
2 changed files with 20 additions and 20 deletions
|
@ -1213,6 +1213,26 @@ implementation of LZMA and xz stream encoding/decoding.")
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-lzw-0.10
|
||||
(package
|
||||
(name "rust-lzw")
|
||||
(version "0.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lzw" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1170dfskhzlh8h2bm333811hykjvpypgnvxyhhm1rllyi2xpr53x"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/nwin/lzw.git")
|
||||
(synopsis "LZW compression and decompression")
|
||||
(description
|
||||
"This package provides LZW compression and decompression.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-miniz-oxide-0.8
|
||||
(package
|
||||
(name "rust-miniz-oxide")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue