mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-image-0.21.
* gnu/packages/crates-io.scm (rust-image-0.21): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
4aaa7e13d9
commit
4e832827e2
1 changed files with 31 additions and 0 deletions
|
@ -6813,6 +6813,37 @@ (define-public rust-image-0.22
|
|||
for the most common image formats.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-image-0.21
|
||||
(package
|
||||
(inherit rust-image-0.22)
|
||||
(name "rust-image")
|
||||
(version "0.21.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "image" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sv534xp8yyn7jj0q6yn2bgng1350f962g81sv8v7c6pgi31wdrm"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-byteorder" ,rust-byteorder-1.3)
|
||||
("rust-gif" ,rust-gif-0.10)
|
||||
("rust-jpeg-decoder" ,rust-jpeg-decoder-0.1)
|
||||
("rust-lzw" ,rust-lzw-0.10)
|
||||
("rust-num-iter" ,rust-num-iter-0.1)
|
||||
("rust-num-rational" ,rust-num-rational-0.2)
|
||||
("rust-num-traits" ,rust-num-traits-0.2)
|
||||
("rust-png" ,rust-png-0.14)
|
||||
("rust-scoped-threadpool" ,rust-scoped-threadpool-0.1)
|
||||
("rust-tiff" ,rust-tiff-0.2))
|
||||
#:cargo-development-inputs
|
||||
(("rust-glob" ,rust-glob-0.3)
|
||||
("rust-num-complex" ,rust-num-complex-0.2)
|
||||
("rust-quickcheck" ,rust-quickcheck-0.6))))))
|
||||
|
||||
(define-public rust-indexmap-1.0
|
||||
(package
|
||||
(name "rust-indexmap")
|
||||
|
|
Loading…
Reference in a new issue