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

* gnu/packages/crates-graphics.scm (rust-imgref-1): Update to 1.9.4.
[arguments]: Don't skip build.
This commit is contained in:
Efraim Flashner 2023-02-23 15:49:18 +02:00
parent 53fccd537d
commit 3826ffd107
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1305,16 +1305,15 @@ (define-public rust-image-0.20
(define-public rust-imgref-1
(package
(name "rust-imgref")
(version "1.7.1")
(version "1.9.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "imgref" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "19dd5xss3nd40avv8az2kzicpxx71c2akiqznr616hki30w9vj07"))))
(base32 "0b3czpz206z4nvpq7yq0v58bwjmqjwjmkr302hbzpp4523glkkxj"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/kornelski/imgref")
(synopsis "2D slice of a @code{Vec}")
(description