guix-commits
[Top][All Lists]
Advanced

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

278/436: gnu: Remove rust-serde-json-1.0.73.


From: guix-commits
Subject: 278/436: gnu: Remove rust-serde-json-1.0.73.
Date: Sun, 5 Nov 2023 05:29:19 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 047e2bc063d8640795f1192080dc303b9d56aada
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sat Oct 28 10:14:59 2023 +0300

    gnu: Remove rust-serde-json-1.0.73.
    
    * gnu/packages/crates-io.scm (rust-serde-json-1.0.73): Remove variable.
    
    Change-Id: I62caa3a25000b5953c579c0f2222b2fdeb2fc543
---
 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 049104c896..c96aa59862 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -66712,32 +66712,6 @@ data.  This crate provides a wrapper that works with 
any existing Serde
      "This package provides a JSON serialization file format.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-serde-json-1.0.73
-  (package
-    (inherit rust-serde-json-1)
-    (name "rust-serde-json")
-    (version "1.0.73")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "serde-json" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1xbwmzc5j6r1nz62a20w6l9bkwbhzd11vwbdqmzbqcv5pi207gdw"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-indexmap" ,rust-indexmap-1.7)
-        ("rust-itoa" ,rust-itoa-1)
-        ("rust-ryu" ,rust-ryu-1)
-        ("rust-serde" ,rust-serde-1))
-       #:cargo-development-inputs
-       (("rust-automod" ,rust-automod-1)
-        ("rust-rustversion" ,rust-rustversion-1)
-        ("rust-serde-bytes" ,rust-serde-bytes-0.11)
-        ("rust-serde-derive" ,rust-serde-derive-1)
-        ("rust-serde-stacker" ,rust-serde-stacker-0.1)
-        ("rust-trybuild" ,rust-trybuild-1))))))
-
 (define-public rust-serde-json-0.9
   (package
     (inherit rust-serde-json-1)



reply via email to

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