gnu: rust-rgb-0.8: Update to 0.8.36.
* gnu/packages/crates-graphics.scm (rust-rgb-0.8): Update to 0.8.36.
This commit is contained in:
parent
ecea49426c
commit
2188e64c38
1 changed files with 2 additions and 2 deletions
|
@ -2087,7 +2087,7 @@ AVIF format (powers the `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.25")
|
(version "0.8.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2095,7 +2095,7 @@ AVIF format (powers the `cavif` tool).")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lrv3x5h1lvdzg1qqr8aiysz978m35zpjdkyicnvkarnh8zkqzr8"))))
|
"0ncgzkgifbyfx7vpnygfl4mgpdhhbaywxybx6pnjraf77wz2vv10"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue