guix-commits
[Top][All Lists]
Advanced

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

175/187: gnu: Remove rust-toml-edit-0.3.


From: guix-commits
Subject: 175/187: gnu: Remove rust-toml-edit-0.3.
Date: Mon, 24 Oct 2022 10:58:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 51ea8086d5ebc2924aca49067f0f18e8886aaf66
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:37:26 2022 +0300

    gnu: Remove rust-toml-edit-0.3.
    
    * gnu/packages/crates-io.scm (rust-toml-edit-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c5946b13bf..2d9ed96f87 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61024,32 +61024,6 @@ serializing Rust structures.")
 parser.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-toml-edit-0.3
-  (package
-    (name "rust-toml-edit")
-    (version "0.3.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "toml_edit" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0fbpkhla57k9qbpbxh72wxc7hhj7yscq4r0hnmyyygp92r3q6c0x"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-combine" ,rust-combine-4)
-        ("rust-indexmap" ,rust-indexmap-1)
-        ("rust-itertools" ,rust-itertools-0.10)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-vec1" ,rust-vec1-1))))
-    (home-page "https://github.com/ordian/toml_edit";)
-    (synopsis "Yet another format-preserving TOML parser")
-    (description "This package provides yet another format-preserving TOML
-parser.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-tonic-0.6
   (package
     (name "rust-tonic")



reply via email to

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