guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/21: gnu: rust-imgref-1: Update to 1.10.1.


From: guix-commits
Subject: 05/21: gnu: rust-imgref-1: Update to 1.10.1.
Date: Fri, 21 Jun 2024 07:47:30 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit a9f20f9daa740152eb5491da88422ec027cf9601
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jun 21 14:36:23 2024 +0300

    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
---
 gnu/packages/crates-graphics.scm | 4 ++--
 1 file 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}")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]