gnu: rust-which-3.1: Remove minor version from variable name.

* gnu/packages/crates-io.scm (rust-which-3.1): Rename to rust-which-3.
This commit is contained in:
Arun Isaac 2020-09-14 23:14:10 +05:30
parent 49fe093fa9
commit acc440f48e
No known key found for this signature in database
GPG Key ID: 2E25EE8B61802BB3

View File

@ -1292,7 +1292,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-rustc-hash" ,rust-rustc-hash-1.1) ("rust-rustc-hash" ,rust-rustc-hash-1.1)
("rust-shlex" ,rust-shlex-0.1) ("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-3.1)) ("rust-which" ,rust-which-3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-clap" ,rust-clap-2) (("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1) ("rust-diff" ,rust-diff-0.1)
@ -1345,7 +1345,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-rustc-hash" ,rust-rustc-hash-1.1) ("rust-rustc-hash" ,rust-rustc-hash-1.1)
("rust-shlex" ,rust-shlex-0.1) ("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-3.1)) ("rust-which" ,rust-which-3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-clap" ,rust-clap-2) (("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1) ("rust-diff" ,rust-diff-0.1)
@ -1391,7 +1391,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-clap" ,rust-clap-2) ("rust-clap" ,rust-clap-2)
("rust-which" ,rust-which-3.1)) ("rust-which" ,rust-which-3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-clap" ,rust-clap-2) (("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1) ("rust-diff" ,rust-diff-0.1)
@ -1436,7 +1436,7 @@ that uses Serde for transforming structs into bytes and vice versa!")
("rust-regex" ,rust-regex-1) ("rust-regex" ,rust-regex-1)
("rust-lazy-static" ,rust-lazy-static-1) ("rust-lazy-static" ,rust-lazy-static-1)
("rust-clap" ,rust-clap-2) ("rust-clap" ,rust-clap-2)
("rust-which" ,rust-which-3.1)) ("rust-which" ,rust-which-3))
#:cargo-development-inputs #:cargo-development-inputs
(("rust-clap" ,rust-clap-2) (("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1) ("rust-diff" ,rust-diff-0.1)
@ -27868,7 +27868,7 @@ Verification.")
"This package provides a WebIDL Parser.") "This package provides a WebIDL Parser.")
(license license:expat))) (license license:expat)))
(define-public rust-which-3.1 (define-public rust-which-3
(package (package
(name "rust-which") (name "rust-which")
(version "3.1.1") (version "3.1.1")