gnu: rust-rgb-0.8: Update to 0.8.37.
* gnu/packages/crates-graphics.scm (rust-rgb-0.8): Update to 0.8.37. Change-Id: I1e50137346d4da407794a0938eda857ca4d82f1bmaster
parent
0a574f7c91
commit
fb39886a48
|
@ -3386,7 +3386,7 @@ in AVIF format (powers the @code{cavif} tool).")
|
||||||
(define-public rust-rgb-0.8
|
(define-public rust-rgb-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-rgb")
|
(name "rust-rgb")
|
||||||
(version "0.8.36")
|
(version "0.8.37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3394,7 +3394,7 @@ in AVIF format (powers the @code{cavif} tool).")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ncgzkgifbyfx7vpnygfl4mgpdhhbaywxybx6pnjraf77wz2vv10"))))
|
"1n275hng7hmnzjavmdf24vqd86nm6bkg80nhr4zmgzb49c0aiah5"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in New Issue