guix-commits
[Top][All Lists]
Advanced

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

179/187: gnu: Remove rust-serde-0.4.


From: guix-commits
Subject: 179/187: gnu: Remove rust-serde-0.4.
Date: Mon, 24 Oct 2022 10:58:38 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: Remove rust-serde-0.4.
    
    * gnu/packages/crates-io.scm (rust-serde-0.4): Delete variable.
---
 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 2ce7bcc0ce..7281053273 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -50579,24 +50579,6 @@ fragment of code.")
        (("rust-clippy" ,rust-clippy-0.0))
        #:tests? #f))))
 
-(define-public rust-serde-0.4
-  (package
-    (inherit rust-serde-0.9)
-    (name "rust-serde")
-    (version "0.4.3")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "serde" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "06s2ayx1p5zzj4q7bfld60c9iprsk1256pnh8qj6h794mjinw11b"))))
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-num" ,rust-num-0.2))))))
-
 (define-public rust-serde-big-array-0.3
   (package
     (name "rust-serde-big-array")



reply via email to

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