gnu: rust-imgref-1: Update to 1.11.0.

* gnu/packages/crates-graphics.scm (rust-imgref-1): Update to 1.11.0.

Change-Id: I76b4bec4433ed373e0ee3354a359e14647f216de
This commit is contained in:
Efraim Flashner 2024-12-04 15:09:13 +02:00
parent 6afcc09584
commit 7fc4d3c924
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2660,14 +2660,14 @@ filters and decoders for the most common image formats.")
(define-public rust-imgref-1
(package
(name "rust-imgref")
(version "1.10.1")
(version "1.11.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "imgref" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "09l18s80crfn7g8ank3v44g43xns4pg7f6hpaz3sfna1bwsxmzj4"))))
(base32 "0254wzkakm31fdix6diqng0fkggknibh0b1iv570ap0djwykl9nh"))))
(build-system cargo-build-system)
(home-page "https://github.com/kornelski/imgref")
(synopsis "2D slice of a @code{Vec}")