Archived
1
0
Fork 0

gnu: rust-either-1.5: Remove minor version from variable name.

* gnu/packages/crates-io.scm (rust-either-1.5): Rename to rust-either-1.
This commit is contained in:
Arun Isaac 2020-09-14 23:20:31 +05:30
parent 448994be91
commit e8c59dff82
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -2381,8 +2381,8 @@ little-endian.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
("rust-either" ,rust-either-1.5)
(("rust-byteorder" ,rust-byteorder-1) (("rust-byteorder" ,rust-byteorder-1)
("rust-either" ,rust-either-1)
("rust-iovec" ,rust-iovec-0.1) ("rust-iovec" ,rust-iovec-0.1)
("rust-serde" ,rust-serde-1)) ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs #:cargo-development-inputs
@ -6089,7 +6089,7 @@ floating-point primitives to an @code{io::Write}.")
"Levenshtein edit distance between strings, a measure for similarity.") "Levenshtein edit distance between strings, a measure for similarity.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public rust-either-1.5 (define-public rust-either-1
(package (package
(name "rust-either") (name "rust-either")
(version "1.5.3") (version "1.5.3")
@ -10658,7 +10658,7 @@ whether or not a given path points to an executable file.")
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-either" ,rust-either-1.5)) (("rust-either" ,rust-either-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-criterion" ,rust-criterion-0.3) (("rust-criterion" ,rust-criterion-0.3)
("rust-permutohedron" ,rust-permutohedron-0.2) ("rust-permutohedron" ,rust-permutohedron-0.2)
@ -10696,7 +10696,7 @@ whether or not a given path points to an executable file.")
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t
#:cargo-inputs #:cargo-inputs
(("rust-either" ,rust-either-1.5)) (("rust-either" ,rust-either-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-permutohedron" ,rust-permutohedron-0.2) (("rust-permutohedron" ,rust-permutohedron-0.2)
("rust-quickcheck" ,rust-quickcheck-0.7) ("rust-quickcheck" ,rust-quickcheck-0.7)
@ -10717,7 +10717,7 @@ whether or not a given path points to an executable file.")
"03cpsj26xmyamcalclqzr1i700vwx8hnbgxbpjvs354f8mnr8iqd")))) "03cpsj26xmyamcalclqzr1i700vwx8hnbgxbpjvs354f8mnr8iqd"))))
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-either" ,rust-either-1.5)) (("rust-either" ,rust-either-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-permutohedron" ,rust-permutohedron-0.2) (("rust-permutohedron" ,rust-permutohedron-0.2)
("rust-quickcheck" ,rust-quickcheck-0.5)))))) ("rust-quickcheck" ,rust-quickcheck-0.5))))))
@ -10738,7 +10738,7 @@ whether or not a given path points to an executable file.")
(arguments (arguments
`(#:tests? #f ; Tests fail to compile `(#:tests? #f ; Tests fail to compile
#:cargo-inputs #:cargo-inputs
(("rust-either" ,rust-either-1.5)) (("rust-either" ,rust-either-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-permutohedron" ,rust-permutohedron-0.2) (("rust-permutohedron" ,rust-permutohedron-0.2)
("rust-quickcheck" ,rust-quickcheck-0.4)))))) ("rust-quickcheck" ,rust-quickcheck-0.4))))))
@ -18738,7 +18738,7 @@ accessors.")
`(#:cargo-inputs `(#:cargo-inputs
(("rust-autocfg" ,rust-autocfg-1.0) (("rust-autocfg" ,rust-autocfg-1.0)
("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7) ("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
("rust-either" ,rust-either-1.5) ("rust-either" ,rust-either-1)
("rust-rayon-core" ,rust-rayon-core-1)) ("rust-rayon-core" ,rust-rayon-core-1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-docopt" ,rust-docopt-1.1) (("rust-docopt" ,rust-docopt-1.1)
@ -20107,7 +20107,7 @@ It is automatically published using the compiler repository at
`(#:tests? #f `(#:tests? #f
#:cargo-inputs #:cargo-inputs
(("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7) (("rust-crossbeam-deque" ,rust-crossbeam-deque-0.7)
("rust-either" ,rust-either-1.5) ("rust-either" ,rust-either-1)
("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.3)) ("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3) (("rust-doc-comment" ,rust-doc-comment-0.3)
@ -25136,7 +25136,7 @@ backed applications.")
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-bytes" ,rust-bytes-0.4) (("rust-bytes" ,rust-bytes-0.4)
("rust-either" ,rust-either-1.5) ("rust-either" ,rust-either-1)
("rust-futures" ,rust-futures-0.1)) ("rust-futures" ,rust-futures-0.1))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-tokio-mock-task" ,rust-tokio-mock-task-0.1)))) (("rust-tokio-mock-task" ,rust-tokio-mock-task-0.1))))
@ -28666,7 +28666,7 @@ formatters with per-field documentation generated for each structure.
(arguments (arguments
`(#:cargo-inputs `(#:cargo-inputs
(("rust-anyhow" ,rust-anyhow-1.0) (("rust-anyhow" ,rust-anyhow-1.0)
("rust-either" ,rust-either-1.5) ("rust-either" ,rust-either-1)
("rust-serde" ,rust-serde-1) ("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1) ("rust-thiserror" ,rust-thiserror-1)
("rust-xmltree" ,rust-xmltree-0.8)) ("rust-xmltree" ,rust-xmltree-0.8))