mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 10:55:23 -05:00
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:
parent
0ada1bfcc8
commit
46a7f08c3b
1 changed files with 6 additions and 6 deletions
|
@ -7266,7 +7266,7 @@ (define-public rust-codespan-reporting-0.9
|
|||
(define-public rust-color-quant-1
|
||||
(package
|
||||
(name "rust-color-quant")
|
||||
(version "1.0.1")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -7274,14 +7274,14 @@ (define-public rust-color-quant-1
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ga56jrafnjm80903nnqjkyii4bwd6a7visxh0g8hgi6cmrvbfqd"))))
|
||||
(base32 "12q1n427h2bbmmm1mnglr57jaz2dj9apk0plcxw7nwqiai7qjyrx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/PistonDevelopers/color_quant.git")
|
||||
(synopsis
|
||||
"Color quantization library to reduce n colors to 256 colors")
|
||||
(synopsis "Color quantization library to reduce n colors to 256 colors")
|
||||
(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)))
|
||||
|
||||
(define-public rust-colored-1
|
||||
|
|
Loading…
Reference in a new issue