guix-commits
[Top][All Lists]
Advanced

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

115/154: gnu: Remove rust-json-0.11.


From: guix-commits
Subject: 115/154: gnu: Remove rust-json-0.11.
Date: Mon, 22 Jan 2024 15:37:09 -0500 (EST)

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

commit 738901b4a85150a138fa043f4644bea42b362554
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:05:57 2024 +0200

    gnu: Remove rust-json-0.11.
    
    * gnu/packages/crates-io.scm (rust-json-0.11): Delete variable.
    
    Change-Id: Ifeb365a672714e2b80d0651e94d0f31c0486bc25
---
 gnu/packages/crates-io.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 518a942291..ad1a686315 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31322,21 +31322,6 @@ wasm-bindgen crate.")
 friction with idiomatic Rust structs to ease interopability.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-json-0.11
-  (package
-    (inherit rust-json-0.12)
-    (name "rust-json")
-    (version "0.11.15")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "json" version))
-        (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1rg9jxf6bpbwis3ixd5ak8rp37him7n4z8awz4ssrxl6hyplbhlj"))))
-    (arguments '(#:skip-build? #t))))
-
 (define-public rust-juliex-0.3
   (package
     (name "rust-juliex")



reply via email to

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