Archived
1
0
Fork 0

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 @@ filters and decoders for the most common image formats.")
(define-public rust-imgref-1 (define-public rust-imgref-1
(package (package
(name "rust-imgref") (name "rust-imgref")
(version "1.7.1") (version "1.9.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "imgref" version)) (uri (crate-uri "imgref" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "19dd5xss3nd40avv8az2kzicpxx71c2akiqznr616hki30w9vj07")))) (base32 "0b3czpz206z4nvpq7yq0v58bwjmqjwjmkr302hbzpp4523glkkxj"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/kornelski/imgref") (home-page "https://github.com/kornelski/imgref")
(synopsis "2D slice of a @code{Vec}") (synopsis "2D slice of a @code{Vec}")
(description (description