efraim pushed a commit to branch rust-team
in repository guix.
commit eeb755ec22107a98c7b01986d4152ae857b4d62b
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Feb 23 15:49:18 2023 +0200
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.
---
gnu/packages/crates-graphics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm
index 52191fd15a..324a624ceb 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -1305,16 +1305,15 @@ filters and decoders for the most common image
formats.")
(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