me
/
guix
Archived
1
0
Fork 0

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
master
Troy Figiel 2024-01-22 22:54:15 +01:00 committed by Efraim Flashner
parent e7b8c7d1e7
commit cb03e75847
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 2 deletions

View File

@ -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