gnu: rust-indexmap-1.3: Rename to rust-indexmap-1.

* gnu/packages/crates-io.scm (rust-indexmap-1.3): Rename to ...
(rust-indexmap-1): ... this.
(rust-envmnt-0.6, rust-gimli-0.20, rust-gimli-0.18, rust-h2-0.1,
rust-http-0.2, rust-http-0.1, rust-object-0.17, rust-serde-json-1.0,
rust-toml-0.5)[arguments]: Adjust accordingly.
This commit is contained in:
Efraim Flashner 2020-07-09 10:39:28 +03:00
parent 9d5860c76f
commit 9cd6679fed
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6320,7 +6320,7 @@ (define-public rust-envmnt-0.6
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-1.3))))
(("rust-indexmap" ,rust-indexmap-1))))
(home-page "https://github.com/sagiegurari/envmnt")
(synopsis "Environment variables utility functions")
(description
@ -8587,7 +8587,7 @@ (define-public rust-gimli-0.20
("rust-stable-deref-trait"
,rust-stable-deref-trait-1.1)
("rust-smallvec" ,rust-smallvec-1)
("rust-indexmap" ,rust-indexmap-1.3)
("rust-indexmap" ,rust-indexmap-1)
("rust-byteorder" ,rust-byteorder-1.3))))
(home-page "https://github.com/gimli-rs/gimli")
(synopsis "Library for reading and writing the DWARF debugging format")
@ -8614,7 +8614,7 @@ (define-public rust-gimli-0.18
(("rust-arrayvec" ,rust-arrayvec-0.4)
("rust-byteorder" ,rust-byteorder-1.3)
("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
("rust-indexmap" ,rust-indexmap-1.3)
("rust-indexmap" ,rust-indexmap-1)
("rust-stable-deref-trait" ,rust-stable-deref-trait-1.1))
#:cargo-development-inputs
(("rust-crossbeam" ,rust-crossbeam-0.7)
@ -9730,7 +9730,7 @@ (define-public rust-h2-0.1
("rust-fnv" ,rust-fnv-1.0)
("rust-futures" ,rust-futures-0.1)
("rust-http" ,rust-http-0.1)
("rust-indexmap" ,rust-indexmap-1.3)
("rust-indexmap" ,rust-indexmap-1)
("rust-log" ,rust-log-0.4)
("rust-slab" ,rust-slab-0.4)
("rust-string" ,rust-string-0.2)
@ -10231,7 +10231,7 @@ (define-public rust-http-0.2
("rust-itoa" ,rust-itoa-0.4))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3)
("rust-indexmap" ,rust-indexmap-1.3)
("rust-indexmap" ,rust-indexmap-1)
("rust-quickcheck" ,rust-quickcheck-0.9)
("rust-rand" ,rust-rand-0.7)
("rust-seahash" ,rust-seahash-3.0)
@ -10263,7 +10263,7 @@ (define-public rust-http-0.1
("rust-fnv" ,rust-fnv-1.0)
("rust-itoa" ,rust-itoa-0.4))
#:cargo-development-inputs
(("rust-indexmap" ,rust-indexmap-1.3)
(("rust-indexmap" ,rust-indexmap-1)
("rust-quickcheck" ,rust-quickcheck-0.8)
("rust-rand" ,rust-rand-0.4)
("rust-seahash" ,rust-seahash-3.0)
@ -10684,7 +10684,7 @@ (define-public rust-image-0.20
("rust-num-complex" ,rust-num-complex-0.2)
("rust-quickcheck" ,rust-quickcheck-0.6))))))
(define-public rust-indexmap-1.3
(define-public rust-indexmap-1
(package
(name "rust-indexmap")
(version "1.3.2")
@ -14769,7 +14769,7 @@ (define-public rust-object-0.17
("rust-uuid" ,rust-uuid-0.8)
("rust-flate2" ,rust-flate2-1.0)
("rust-crc32fast" ,rust-crc32fast-1.2)
("rust-indexmap" ,rust-indexmap-1.3))))
("rust-indexmap" ,rust-indexmap-1))))
(home-page "https://github.com/gimli-rs/object")
(synopsis "Unified interface for reading and writing object file formats")
(description "This package provides a unified interface for reading and
@ -21626,7 +21626,7 @@ (define-public rust-serde-json-1.0
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-1.3)
(("rust-indexmap" ,rust-indexmap-1)
("rust-itoa" ,rust-itoa-0.4)
("rust-ryu" ,rust-ryu-1.0)
("rust-serde" ,rust-serde-1.0))
@ -25807,7 +25807,7 @@ (define-public rust-toml-0.5
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-indexmap" ,rust-indexmap-1.3)
(("rust-indexmap" ,rust-indexmap-1)
("rust-serde" ,rust-serde-1.0))
#:cargo-development-inputs
(("rust-serde-derive" ,rust-serde-derive-1.0)