diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-06-21 14:36:23 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-07-19 00:47:16 +0300 |
commit | 9cbddfe5a62e24e3fc6170decca980b5fb55db9a (patch) | |
tree | 7fb29584d6639f4fc5c8f78c2ce491bba6fe5c16 /gnu/packages | |
parent | 2f9063a9efda9c1f5f8c5a055dae6cbddb1ddd11 (diff) | |
download | guix-9cbddfe5a62e24e3fc6170decca980b5fb55db9a.tar.gz guix-9cbddfe5a62e24e3fc6170decca980b5fb55db9a.zip |
gnu: rust-imgref-1: Update to 1.10.1.
* gnu/packages/crates-graphics.scm (rust-imgref-1): Update to 1.10.1.
Change-Id: I497d6338180697ae310b86f19a993c95f0dde5b2
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crates-graphics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-graphics.scm b/gnu/packages/crates-graphics.scm index 7cf86e877c..ef9261edbf 100644 --- a/gnu/packages/crates-graphics.scm +++ b/gnu/packages/crates-graphics.scm @@ -2272,14 +2272,14 @@ filters and decoders for the most common image formats.") (define-public rust-imgref-1 (package (name "rust-imgref") - (version "1.9.4") + (version "1.10.1") (source (origin (method url-fetch) (uri (crate-uri "imgref" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0b3czpz206z4nvpq7yq0v58bwjmqjwjmkr302hbzpp4523glkkxj")))) + (base32 "09l18s80crfn7g8ank3v44g43xns4pg7f6hpaz3sfna1bwsxmzj4")))) (build-system cargo-build-system) (home-page "https://github.com/kornelski/imgref") (synopsis "2D slice of a @code{Vec}") |