[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
119/379: gnu: Remove rust-rustc-rayon-core-0.3.
From: |
guix-commits |
Subject: |
119/379: gnu: Remove rust-rustc-rayon-core-0.3. |
Date: |
Mon, 10 Jul 2023 05:28:16 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6313f3045236d82e0f8881c5b435ae07fb4cfc68
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 16 12:14:09 2023 +0300
gnu: Remove rust-rustc-rayon-core-0.3.
* gnu/packages/crates-io.scm (rust-rustc-rayon-core-0.3): Delete variable.
---
gnu/packages/crates-io.scm | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8d7fc378dd..56b2ceabad 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -53322,34 +53322,6 @@ Rayon-core represents the \"core, stable\" APIs of
Rayon: join, scope, and so
forth, as well as the ability to create custom thread-pools with ThreadPool.")
(license (list license:asl2.0 license:expat))))
-(define-public rust-rustc-rayon-core-0.3
- (package
- (inherit rust-rustc-rayon-core-0.4)
- (name "rust-rustc-rayon-core")
- (version "0.3.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "rustc-rayon-core" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "1cwc50mcclzfmhmi87953fjk6cc9ppmchn9mlwzfllq03y1jf97a"))))
- (arguments
- `(#:tests? #f
- #:cargo-inputs
- (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
- ("rust-crossbeam-queue" ,rust-crossbeam-queue-0.1)
- ("rust-crossbeam-utils" ,rust-crossbeam-utils-0.6)
- ("rust-lazy-static" ,rust-lazy-static-1)
- ("rust-num-cpus" ,rust-num-cpus-1))
- #:cargo-development-inputs
- (("rust-libc" ,rust-libc-0.2)
- ("rust-rand" ,rust-rand-0.6)
- ("rust-rand-xorshift" ,rust-rand-xorshift-0.1)
- ("rust-scoped-tls" ,rust-scoped-tls-1))))))
-
(define-public rust-rustc-serialize-0.3
(package
(name "rust-rustc-serialize")
- 232/379: gnu: Remove rust-postgres-0.15., (continued)
- 232/379: gnu: Remove rust-postgres-0.15., guix-commits, 2023/07/10
- 237/379: gnu: Add rust-afl-0.12., guix-commits, 2023/07/10
- 248/379: gnu: Add rust-capnp-rpc-0.14., guix-commits, 2023/07/10
- 259/379: gnu: Add rust-dirs-5., guix-commits, 2023/07/10
- 74/379: gnu: Add rust-pasetors-0.6., guix-commits, 2023/07/10
- 76/379: gnu: Add rust-orion-0.17., guix-commits, 2023/07/10
- 83/379: gnu: Add rust-elliptic-curve-0.13., guix-commits, 2023/07/10
- 89/379: gnu: Add rust-crossterm-0.23., guix-commits, 2023/07/10
- 112/379: gnu: rust-parking-lot-core-0.9: Update to 0.9.7., guix-commits, 2023/07/10
- 126/379: gnu: rust-tokio-timer-0.2: Update to 0.2.13., guix-commits, 2023/07/10
- 119/379: gnu: Remove rust-rustc-rayon-core-0.3.,
guix-commits <=
- 130/379: gnu: rust-bytecount-0.6: Update to 0.6.3., guix-commits, 2023/07/10
- 139/379: gnu: rust-dtparse-1: Update to 1.3.0., guix-commits, 2023/07/10
- 150/379: gnu: Remove rust-cbindgen-0.12., guix-commits, 2023/07/10
- 157/379: gnu: Add rust-libdeflate-sys-0.7., guix-commits, 2023/07/10
- 155/379: gnu: rust-hts-sys-2: Update to 2.0.3., guix-commits, 2023/07/10
- 170/379: gnu: Remove rust-parquet-4., guix-commits, 2023/07/10
- 188/379: gnu: rust-crossfont-0.3: Update to 0.3.2., guix-commits, 2023/07/10
- 200/379: gnu: Remove rust-ntest-timeout-0.3., guix-commits, 2023/07/10
- 207/379: gnu: Remove rust-polars-arrow-0.15., guix-commits, 2023/07/10
- 212/379: gnu: Remove rust-proptest-0.7., guix-commits, 2023/07/10