me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-which-2): Remove minor version from name.
(rust-bindgen-0.50):
(rust-bindgen-0.46):
(rust-bindgen-0.49):
(rust-docmatic-0.1):
(rust-which-1.0): Apply renaming.
master
Nicolas Goaziou 2021-01-24 01:18:01 +01:00
parent dea2f09d12
commit acd15ff763
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 6 additions and 6 deletions

View File

@ -3394,7 +3394,7 @@ bindings to C and C++ libraries.")
("rust-quote" ,rust-quote-0.6)
("rust-regex" ,rust-regex-1)
("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-2.0))
("rust-which" ,rust-which-2))
#:cargo-development-inputs
(("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1)
@ -3429,7 +3429,7 @@ bindings to C and C++ libraries.")
("rust-proc-macro2" ,rust-proc-macro2-0.4)
("rust-quote" ,rust-quote-0.6)
("rust-regex" ,rust-regex-1)
("rust-which" ,rust-which-2.0))
("rust-which" ,rust-which-2))
#:cargo-development-inputs
(("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1)
@ -3498,7 +3498,7 @@ bindings to C and C++ libraries.")
("rust-quote" ,rust-quote-0.6)
("rust-regex" ,rust-regex-1)
("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-2.0))
("rust-which" ,rust-which-2))
#:cargo-development-inputs
(("rust-clap" ,rust-clap-2)
("rust-diff" ,rust-diff-0.1)
@ -9680,7 +9680,7 @@ from macros.")
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-which" ,rust-which-2.0))))
(("rust-which" ,rust-which-2))))
(home-page "https://github.com/assert-rs/docmatic")
(synopsis "Test Rust examples in your documentation")
(description "Test Rust examples in your documentation.")
@ -40928,7 +40928,7 @@ using @code{bindgen}.")
installed executable in cross platforms.")
(license license:expat)))
(define-public rust-which-2.0
(define-public rust-which-2
(package
(name "rust-which")
(version "2.0.1")
@ -40958,7 +40958,7 @@ Locate installed executable in cross platforms.")
(define-public rust-which-1.0
(package
(inherit rust-which-2.0)
(inherit rust-which-2)
(name "rust-which")
(version "1.0.5")
(source