[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72021] [PATCH 01/38] gnu: rust-cc-1: Update to 1.0.104.
From: |
Wilko Meyer |
Subject: |
[bug#72021] [PATCH 01/38] gnu: rust-cc-1: Update to 1.0.104. |
Date: |
Wed, 10 Jul 2024 01:36:41 +0200 |
* gnu/packages/crates-io.scm (rust-cc-1): Update to 1.0.104.
[home-page]: Update URL.
Change-Id: I4e333cb392e7edae19557ecd9f9a2073b4947f1f
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6673cb6496..0078ec89bf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11814,7 +11814,7 @@ (define-public rust-cblas-sys-0.1
(define-public rust-cc-1
(package
(name "rust-cc")
- (version "1.0.83")
+ (version "1.0.104")
(source
(origin
(method url-fetch)
@@ -11822,7 +11822,7 @@ (define-public rust-cc-1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1l643zidlb5iy1dskc5ggqs4wqa29a02f44piczqc8zcnsq4y5zi"))))
+ "140445ysjvi9jm4sywah3a1z6rp1wqjhmm8myizjcjknk1zsbdkl"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f
@@ -11831,7 +11831,7 @@ (define-public rust-cc-1
("rust-libc" ,rust-libc-0.2))
#:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3))))
- (home-page "https://github.com/alexcrichton/cc-rs")
+ (home-page "https://github.com/rust-lang/cc-rs")
(synopsis "Invoke the native C compiler")
(description
"This package provides a build-time dependency for Cargo build scripts to
--
2.41.0
- [bug#72021] [PATCH 00/38] gnu: Add ouch., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 02/38] gnu: rust-chrono-0.4: Update to 0.4.38., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 05/38] gnu: rust-crossbeam-utils-0.8: Update to 0.8.20., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 06/38] gnu: rust-deflate64-0.1: Update to 0.1.8., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 16/38] gnu: Add rust-lockfree-object-pool-0.1., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 01/38] gnu: rust-cc-1: Update to 1.0.104.,
Wilko Meyer <=
- [bug#72021] [PATCH 03/38] gnu: rust-clap-mangen-0.2: Update to 0.2.22., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 07/38] gnu: Add rust-filetime-creation-0.1., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 04/38] gnu: rust-crc32fast-1: Update to 1.4.2., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 09/38] gnu: Add rust-gzp-0.11., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 08/38] gnu: rust-flate2-1: Update to 1.0.30., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 12/38] gnu: Add rust-libdeflate-sys-0.12., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 13/38] gnu: Add rust-libdeflater-0.12., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 24/38] gnu: rust-time-0.3: Update to 0.3.36., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 26/38] gnu: Add rust-unrar-sys-0.3., Wilko Meyer, 2024/07/09
- [bug#72021] [PATCH 25/38] gnu: rust-time-macros-0.2: Update to 0.2.18., Wilko Meyer, 2024/07/09