mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: rust-image-0.23: Update to 0.23.14.
* gnu/packages/crates-graphics.scm (rust-image-0.23): Update to 0.23.14.
This commit is contained in:
parent
6d2c92b746
commit
60f05625f6
1 changed files with 2 additions and 2 deletions
|
@ -1214,14 +1214,14 @@ (define-public rust-ichwh-0.3
|
|||
(define-public rust-image-0.23
|
||||
(package
|
||||
(name "rust-image")
|
||||
(version "0.23.12")
|
||||
(version "0.23.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "image" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dg9z5sbc389spp7pm23n2b1k0gdd8hjdb8hhsp3k3npx9vl1q3w"))))
|
||||
(base32 "18gn2f7xp30pf9aqka877knlq308khxqiwjvsccvzaa4f9zcpzr4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue