guix-commits
[Top][All Lists]
Advanced

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

191/379: gnu: Remove rust-indexmap-1.6.


From: guix-commits
Subject: 191/379: gnu: Remove rust-indexmap-1.6.
Date: Thu, 29 Jun 2023 12:33:36 -0400 (EDT)

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

commit 7d6df00bc6f18ecf0acf5cdd09932a749e79c946
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 17 18:24:31 2023 +0300

    gnu: Remove rust-indexmap-1.6.
    
    * gnu/packages/crates-io.scm (rust-indexmap-1.6): 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 d06710cbc4..f30d94cf44 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -29667,32 +29667,6 @@ or numerical index.  A corresponding hash set type is 
also provided.")
         ("rust-rand" ,rust-rand-0.7)
         ("rust-serde-derive" ,rust-serde-derive-1))))))
 
-(define-public rust-indexmap-1.6
-  (package
-    (inherit rust-indexmap-1)
-    (name "rust-indexmap")
-    (version "1.6.2")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "indexmap" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32 
"1wxfh55zlrlpdxfcvvvj6wwc46f23cnb0j9q71190yl9pyh4aj42"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-autocfg" ,rust-autocfg-1)
-        ("rust-hashbrown" ,rust-hashbrown-0.9)
-        ("rust-rayon" ,rust-rayon-1)
-        ("rust-serde" ,rust-serde-1))
-       #:cargo-development-inputs
-       (("rust-fnv" ,rust-fnv-1)
-        ("rust-fxhash" ,rust-fxhash-0.2)
-        ("rust-itertools" ,rust-itertools-0.9)
-        ("rust-lazy-static" ,rust-lazy-static-1)
-        ("rust-quickcheck" ,rust-quickcheck-0.9)
-        ("rust-rand" ,rust-rand-0.7)
-        ("rust-serde-derive" ,rust-serde-derive-1))))))
-
 (define-public rust-indicatif-0.16
   (package
     (name "rust-indicatif")



reply via email to

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