[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
111/111: gnu: rust-bindgen-cli: Update to 0.70.1.
From: |
guix-commits |
Subject: |
111/111: gnu: rust-bindgen-cli: Update to 0.70.1. |
Date: |
Thu, 21 Nov 2024 08:33:42 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 56d472ceb79302a20303823088c9c756a9a67501
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Nov 21 15:29:47 2024 +0200
gnu: rust-bindgen-cli: Update to 0.70.1.
* gnu/packages/rust-apps.scm (rust-bindgen-cli): Update to 0.70.1.
[cargo-inputs]: Replace rust-bindgen-0.69 with 0.70.
[arguments]: Adjust the install path for the bash completions.
Change-Id: I67fa0f1795f98aeba1736f46df1a58a565f27184
---
gnu/packages/rust-apps.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 7845744387..652793755b 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2432,18 +2432,18 @@ rebase.")
(define-public rust-bindgen-cli
(package
(name "rust-bindgen-cli")
- (version "0.69.5")
+ (version "0.70.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "bindgen-cli" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1g984q5f5j6bglmbz4hbw40srhb5jywjhwc2v2livcxhvdq2hw8m"))))
+ (base32 "1anm1gci1ycbv6sz4a5dan7phqbypcnw48xribxmm1wdsm39wgrk"))))
(build-system cargo-build-system)
(arguments
`(#:install-source? #f
- #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.69)
+ #:cargo-inputs (("rust-bindgen" ,rust-bindgen-0.70)
("rust-clap" ,rust-clap-4)
("rust-clap-complete" ,rust-clap-complete-4)
("rust-env-logger" ,rust-env-logger-0.10)
@@ -2465,9 +2465,9 @@ rebase.")
(let* ((out (assoc-ref outputs "out"))
(share (string-append out "/share"))
(bindgen (string-append out "/bin/bindgen")))
- (mkdir-p (string-append share "/bash-completion/completions"))
+ (mkdir-p (string-append out "/etc/bash_completion.d/"))
(with-output-to-file
- (string-append share "/bash-completion/completions/bindgen")
+ (string-append out "/etc/bash_completion.d/bindgen")
(lambda _ (invoke bindgen "--generate-shell-completions"
"bash")))
(mkdir-p (string-append share "/fish/vendor_completions.d"))
(with-output-to-file
- 78/111: gnu: Add rust-gix-mailmap-0.23., (continued)
- 78/111: gnu: Add rust-gix-mailmap-0.23., guix-commits, 2024/11/21
- 81/111: gnu: Add rust-gix-discover-0.33., guix-commits, 2024/11/21
- 84/111: gnu: Add rust-gix-config-0.38., guix-commits, 2024/11/21
- 85/111: gnu: Add rust-gix-archive-0.13., guix-commits, 2024/11/21
- 88/111: gnu: Add rust-rustls-platform-verifier-0.3., guix-commits, 2024/11/21
- 91/111: gnu: Add rust-is-terminal-polyfill-1., guix-commits, 2024/11/21
- 95/111: gnu: Add rust-include-flate-codegen-0.2., guix-commits, 2024/11/21
- 99/111: gnu: vivid: Update to 0.10.1., guix-commits, 2024/11/21
- 100/111: gnu: rust-hyprland-0.3: Update to 0.3.13., guix-commits, 2024/11/21
- 97/111: gnu: rust-rust-embed-impl-8: Update to 8.5.0., guix-commits, 2024/11/21
- 111/111: gnu: rust-bindgen-cli: Update to 0.70.1.,
guix-commits <=
- 105/111: gnu: icedove-minimal: Fix build., guix-commits, 2024/11/21
- 103/111: gnu: Add xremap-kde., guix-commits, 2024/11/21
- 109/111: gnu: hyperfine: Update to 1.18.0., guix-commits, 2024/11/21
- 104/111: gnu: icecat-minimal: Fix build., guix-commits, 2024/11/21
- 15/111: gnu: rust-crates-io-0.40: Update to 0.40.5., guix-commits, 2024/11/21
- 107/111: gnu: Add rust-cargo-toml-0.20., guix-commits, 2024/11/21
- 92/111: gnu: Add rust-foldhash-0.1., guix-commits, 2024/11/21
- 108/111: gnu: cargo-machete: Update to 0.7.0., guix-commits, 2024/11/21
- 110/111: gnu: Add rust-bindgen-0.70., guix-commits, 2024/11/21