[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/156: gnu: rust-cargo-c: Update to 0.9.27.
From: |
guix-commits |
Subject: |
57/156: gnu: rust-cargo-c: Update to 0.9.27. |
Date: |
Tue, 24 Oct 2023 08:52:17 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 910706479ccf37cc224f8fdb522622c8822f8c7a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 09:07:19 2023 +0300
gnu: rust-cargo-c: Update to 0.9.27.
* gnu/packages/rust-apps.scm (rust-cargo-c): Update to 0.9.27.
[cargo-inputs]: Add rust-windows-sys-0.48. Replace rust-cargo-0.69 with
0.74, rust-cbindgen-0.24 with 0.26, rust-itertools-0.10 with 0.11.
[inputs]: Replace libgit2 with libgit2-1.6.
Change-Id: Id697dd15d444fab60c55647c87d4d6689d69148b
---
gnu/packages/rust-apps.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 27dd261338..98fa69be01 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -2119,38 +2119,37 @@ support for Rust.")
(define-public rust-cargo-c
(package
(name "rust-cargo-c")
- (version "0.9.18+cargo-0.69")
+ (version "0.9.27+cargo-0.74.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo-c" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32
- "191d0813g4m2g1c1h8ykgrfp00blkbds6pg3zl044iyxaclng29h"))))
+ (base32 "1xsw17zcxzlg7d7pg40anm9w8g95kvnxfp7ln9sbgv3zhsc9wggq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1)
- ("rust-cargo" ,rust-cargo-0.69)
+ ("rust-cargo" ,rust-cargo-0.74)
("rust-cargo-util" ,rust-cargo-util-0.2)
- ("rust-cbindgen" ,rust-cbindgen-0.24)
+ ("rust-cbindgen" ,rust-cbindgen-0.26)
("rust-cc" ,rust-cc-1)
("rust-clap" ,rust-clap-4)
("rust-glob" ,rust-glob-0.3)
- ("rust-itertools" ,rust-itertools-0.10)
+ ("rust-itertools" ,rust-itertools-0.11)
("rust-log" ,rust-log-0.4)
("rust-regex" ,rust-regex-1)
("rust-semver" ,rust-semver-1)
("rust-serde" ,rust-serde-1)
("rust-serde-derive" ,rust-serde-derive-1)
("rust-serde-json" ,rust-serde-json-1)
- ("rust-toml" ,rust-toml-0.7))))
+ ("rust-toml" ,rust-toml-0.7)
+ ("rust-windows-sys" ,rust-windows-sys-0.48))))
(native-inputs
(list pkg-config))
(inputs
- (list curl libgit2 libssh2 openssl zlib))
+ (list curl libgit2-1.6 libssh2 openssl zlib))
(home-page "https://github.com/lu-zero/cargo-c")
(synopsis "Build and install C-compatible libraries")
(description
- 35/156: gnu: rust-portable-atomic-1: Update to 1.4.3., (continued)
- 35/156: gnu: rust-portable-atomic-1: Update to 1.4.3., guix-commits, 2023/10/24
- 23/156: gnu: rust-walkdir-2: Update to 2.4.0., guix-commits, 2023/10/24
- 24/156: gnu: rust-toml-edit-0.19: Update to 0.19.15., guix-commits, 2023/10/24
- 39/156: gnu: rust-pasetors-0.6: Update to 0.6.7., guix-commits, 2023/10/24
- 41/156: gnu: Add rust-opener-0.6., guix-commits, 2023/10/24
- 42/156: gnu: Add rust-miow-0.6., guix-commits, 2023/10/24
- 43/156: gnu: Add rust-libssh2-sys-0.3., guix-commits, 2023/10/24
- 49/156: gnu: Add rust-cargo-credential-macos-keychain-0.3., guix-commits, 2023/10/24
- 47/156: gnu: Add rust-cargo-credential-0.3., guix-commits, 2023/10/24
- 56/156: gnu: Add rust-cbindgen-0.26., guix-commits, 2023/10/24
- 57/156: gnu: rust-cargo-c: Update to 0.9.27.,
guix-commits <=
- 51/156: gnu: Add rust-git2-0.17., guix-commits, 2023/10/24
- 55/156: gnu: rust-cargo-0.69: Replace with 0.74., guix-commits, 2023/10/24
- 52/156: gnu: rust-arc-swap-1: Update to 1.6.0., guix-commits, 2023/10/24
- 61/156: gnu: Add rust-windows-0.44., guix-commits, 2023/10/24
- 62/156: gnu: Add rust-unicode-bom-2., guix-commits, 2023/10/24
- 60/156: gnu: Add rust-windows-implement-0.44., guix-commits, 2023/10/24
- 63/156: gnu: Add rust-uluru-3., guix-commits, 2023/10/24
- 69/156: gnu: Add rust-prodash-25., guix-commits, 2023/10/24
- 68/156: gnu: Add rust-ptyprocess-0.4., guix-commits, 2023/10/24
- 73/156: gnu: Add rust-human-format-1., guix-commits, 2023/10/24