mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public rust-raw-window-handle-0.3
|
|||
(define-public rust-rgb-0.8
|
||||
(package
|
||||
(name "rust-rgb")
|
||||
(version "0.8.25")
|
||||
(version "0.8.36")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2095,7 +2095,7 @@ (define-public rust-rgb-0.8
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lrv3x5h1lvdzg1qqr8aiysz978m35zpjdkyicnvkarnh8zkqzr8"))))
|
||||
"0ncgzkgifbyfx7vpnygfl4mgpdhhbaywxybx6pnjraf77wz2vv10"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue