Archived
1
0
Fork 0

gnu: rust-color-quant-1: Update to 1.1.0.

* gnu/packages/crates-io.scm (rust-color-quant-1): Update to 1.1.0.
[arguments]: Skip build.
This commit is contained in:
Nicolas Goaziou 2021-02-10 23:38:37 +01:00
parent 0ada1bfcc8
commit 46a7f08c3b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7266,7 +7266,7 @@ diagnostics easy and relatively painless for everyone!")
(define-public rust-color-quant-1 (define-public rust-color-quant-1
(package (package
(name "rust-color-quant") (name "rust-color-quant")
(version "1.0.1") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7274,14 +7274,14 @@ diagnostics easy and relatively painless for everyone!")
(file-name (file-name
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "12q1n427h2bbmmm1mnglr57jaz2dj9apk0plcxw7nwqiai7qjyrx"))))
"1ga56jrafnjm80903nnqjkyii4bwd6a7visxh0g8hgi6cmrvbfqd"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/PistonDevelopers/color_quant.git") (home-page "https://github.com/PistonDevelopers/color_quant.git")
(synopsis (synopsis "Color quantization library to reduce n colors to 256 colors")
"Color quantization library to reduce n colors to 256 colors")
(description (description
"Color quantization library to reduce n colors to 256 colors.") "This package is a color quantization library to reduce n colors to 256
colors.")
(license license:expat))) (license license:expat)))
(define-public rust-colored-1 (define-public rust-colored-1