guix-commits
[Top][All Lists]
Advanced

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

254/308: gnu: rust-core-graphics-0.23: Update to 0.23.2.


From: guix-commits
Subject: 254/308: gnu: rust-core-graphics-0.23: Update to 0.23.2.
Date: Wed, 4 Dec 2024 16:21:21 -0500 (EST)

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

commit 4548e54c1c7015b1cbee397b5ca4e05476a2ec22
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 4 15:17:02 2024 +0200

    gnu: rust-core-graphics-0.23: Update to 0.23.2.
    
    * gnu/packages/crates-graphics.scm (rust-core-graphics-0.23): Update to
    0.23.2.
    
    Change-Id: I484361c677875943efce9d9bab6d73165c4f166d
---
 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 0c949a122d..e6b358483b 100644
--- a/gnu/packages/crates-graphics.scm
+++ b/gnu/packages/crates-graphics.scm
@@ -742,14 +742,14 @@ for computer graphics.")
   (package
     (inherit rust-core-graphics-0.24)
     (name "rust-core-graphics")
-    (version "0.23.1")
+    (version "0.23.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "core-graphics" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "04m2hpzrkzkkxmvlak20ivlgf8rcsh3j3y67vgz2c30iyjx2j2lp"))))
+        (base32 "10dhv3gk4kmbzl14xxkrhhky4fdp8h6nzff6h0019qgr6nz84xy0"))))
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs (("rust-bitflags" ,rust-bitflags-1)



reply via email to

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