me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-06-21 14:36:23 +03:00
parent 2f9063a9ef
commit 9cbddfe5a6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -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}")