mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: rust-rgb-0.8: Update to 0.8.25.
* gnu/packages/crates-graphics.scm (rust-rgb-0.8): Update to 0.8.25.
This commit is contained in:
parent
5d88566fe3
commit
aaa19438b6
1 changed files with 2 additions and 2 deletions
|
@ -1904,7 +1904,7 @@ interactive applications.")
|
|||
(define-public rust-rgb-0.8
|
||||
(package
|
||||
(name "rust-rgb")
|
||||
(version "0.8.20")
|
||||
(version "0.8.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1912,7 +1912,7 @@ interactive applications.")
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"1620mn5dp1rr9fpvd9wbr3b8l2g4zrij8zjri1x34cg1bas59vwh"))))
|
||||
"1lrv3x5h1lvdzg1qqr8aiysz978m35zpjdkyicnvkarnh8zkqzr8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue