guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

165/187: gnu: Remove rust-object-0.22.


From: guix-commits
Subject: 165/187: gnu: Remove rust-object-0.22.
Date: Mon, 24 Oct 2022 10:58:32 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 48afd9938b63442c5ed0afa34676e2b8ba471b65
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:29:19 2022 +0300

    gnu: Remove rust-object-0.22.
    
    * gnu/packages/crates-io.scm (rust-object-0.22): Delete variable.
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2cb3cb7c09..2f54df6061 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36868,29 +36868,6 @@ file formats.")
         ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
         ("rust-wasmparser" ,rust-wasmparser-0.57))))))
 
-(define-public rust-object-0.22
-  (package
-    (inherit rust-object-0.23)
-    (name "rust-object")
-    (version "0.22.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "object" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "15r383qxxwq08q3a5rfqhp971wd0nixd9ny22xw37jy31qv66fwd"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
-        ("rust-crc32fast" ,rust-crc32fast-1)
-        ("rust-flate2" ,rust-flate2-1)
-        ("rust-indexmap" ,rust-indexmap-1)
-        ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
-        ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
-        ("rust-wasmparser" ,rust-wasmparser-0.57))))))
-
 (define-public rust-odds-0.3
   (package
     (name "rust-odds")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]