guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: rust-rgb-0.8: Update to 0.8.37.


From: guix-commits
Subject: 09/21: gnu: rust-rgb-0.8: Update to 0.8.37.
Date: Fri, 21 Jun 2024 07:47:31 -0400 (EDT)

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

commit 27c95ef087282ee4ae0b5effe6219727cc30a92c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Jun 21 14:38:57 2024 +0300

    gnu: rust-rgb-0.8: Update to 0.8.37.
    
    * gnu/packages/crates-graphics.scm (rust-rgb-0.8): Update to 0.8.37.
    
    Change-Id: I1e50137346d4da407794a0938eda857ca4d82f1b
---
 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 6366fcb8b0..0c1b944736 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -3386,7 +3386,7 @@ in AVIF format (powers the @code{cavif} tool).")
 (define-public rust-rgb-0.8
   (package
     (name "rust-rgb")
-    (version "0.8.36")
+    (version "0.8.37")
     (source
      (origin
        (method url-fetch)
@@ -3394,7 +3394,7 @@ in AVIF format (powers the @code{cavif} tool).")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0ncgzkgifbyfx7vpnygfl4mgpdhhbaywxybx6pnjraf77wz2vv10"))))
+         "1n275hng7hmnzjavmdf24vqd86nm6bkg80nhr4zmgzb49c0aiah5"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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