guix-commits
[Top][All Lists]
Advanced

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

05/16: gnu: rust-cbindgen-0.24: Update to 0.24.5.


From: guix-commits
Subject: 05/16: gnu: rust-cbindgen-0.24: Update to 0.24.5.
Date: Tue, 23 Jan 2024 09:35:35 -0500 (EST)

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

commit 462c4b63e10fa2111bce0027da5e11f25e5e3bb3
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Mon Jan 22 22:54:15 2024 +0100

    gnu: rust-cbindgen-0.24: Update to 0.24.5.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen-0.24): Update to 0.24.5.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
    Change-Id: If980a44286a0d7dda62b4ff2219161e4efef266f
---
 gnu/packages/rust-apps.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index adb088eef8..396c7be16b 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
 ;;; Copyright © 2023, 2024 Jaeme Sifat <jaeme@runbox.com>
 ;;; Copyright © 2023 Steve George <steve@futurile.net>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1592,14 +1593,14 @@ rebase.")
   (package
     (inherit rust-cbindgen-0.26)
     (name "rust-cbindgen")
-    (version "0.24.3")
+    (version "0.24.5")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "cbindgen" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1yqxqsz2d0cppd8zwihk2139g5gy38wqgl9snj6rnk8gyvnqsdd6"))))))
+                "13g1k2zljdp326b0cv1nhyh7jsacd364fh0cr2g828hiyfm2z4jb"))))))
 
 (define-public rust-cbindgen-0.23
   (package



reply via email to

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