[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
274/311: gnu: Remove rust-either-1.6.0.
From: |
guix-commits |
Subject: |
274/311: gnu: Remove rust-either-1.6.0. |
Date: |
Sat, 28 Oct 2023 16:39:37 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 04211556b28fe8b2e400e3ea1e0719cb5bf56957
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 10:04:23 2023 +0300
gnu: Remove rust-either-1.6.0.
* gnu/packages/crates-io.scm (rust-either-1.6.0): Remove variable.
Change-Id: I4990955c41738f27478957de50d24ac96abf1229
---
gnu/packages/crates-io.scm | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index afef6c1bba..9d5c1115e9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -23425,24 +23425,6 @@ signing, and verification in pure Rust.")
@code{Right} is a general purpose sum type with two cases.")
(license (list license:expat license:asl2.0))))
-(define-public rust-either-1.6.0
- (package
- (inherit rust-either-1)
- (name "rust-either")
- (version "1.6.1")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "either" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0mwl9vngqf5jvrhmhn9x60kr5hivxyjxbmby2pybncxfqhf4z3g7"))))
- (arguments
- `(#:cargo-inputs (("rust-serde" ,rust-serde-1))
- #:cargo-development-inputs (("rust-serde-json"
,rust-serde-json-1.0.73))))))
-
(define-public rust-elf-0.0.10
(package
(name "rust-elf")
- 307/311: gnu: Remove rust-tectonic-io-base-0.2., (continued)
- 307/311: gnu: Remove rust-tectonic-io-base-0.2., guix-commits, 2023/10/28
- 308/311: gnu: Remove rust-tectonic-status-base-0.1., guix-commits, 2023/10/28
- 309/311: gnu: rust-analyzer: Move to rust.scm., guix-commits, 2023/10/28
- 310/311: gnu: zoxide: Remove old rust version workaround., guix-commits, 2023/10/28
- 295/311: gnu: rust-tectonic-engine-xdvipdfmx-0.4: Update to 0.4.1., guix-commits, 2023/10/28
- 298/311: gnu: rust-tectonic-io-base-0.4: Update to 0.4.2., guix-commits, 2023/10/28
- 300/311: gnu: rust-tectonic-pdf-io-0.4: Update to 0.4.1., guix-commits, 2023/10/28
- 302/311: gnu: rust-tectonic-xdv-0.2: Update to 0.2.2., guix-commits, 2023/10/28
- 311/311: build: cargo-build-system: Pack crates reproducibly., guix-commits, 2023/10/28
- 90/311: gnu: Add rust-gix-sec-0.8., guix-commits, 2023/10/28
- 274/311: gnu: Remove rust-either-1.6.0.,
guix-commits <=
- 301/311: gnu: rust-tectonic-status-base-0.2: Update to 0.2.1., guix-commits, 2023/10/28
- 306/311: gnu: Remove rust-tectonic-errors-0.1., guix-commits, 2023/10/28
- 305/311: gnu: Remove rust-cbindgen-0.19., guix-commits, 2023/10/28