diff options
author | Troy Figiel <troy@troyfigiel.com> | 2024-01-22 22:54:15 +0100 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:26 +0200 |
commit | cb03e75847f4913765fe7baa2535a18fab84360f (patch) | |
tree | 9139ac310f41900eecaa99fc57eb4cda798d8cdd | |
parent | e7b8c7d1e7ecdeab9453de9579a1a1d8a5cce73d (diff) | |
download | guix-cb03e75847f4913765fe7baa2535a18fab84360f.tar guix-cb03e75847f4913765fe7baa2535a18fab84360f.tar.gz |
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
-rw-r--r-- | gnu/packages/rust-apps.scm | 5 |
1 files 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 |