[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/40: gnu: rust-which-2: Remove minor version from variable name.
From: |
guix-commits |
Subject: |
26/40: gnu: rust-which-2: Remove minor version from variable name. |
Date: |
Sat, 23 Jan 2021 19:33:27 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit acd15ff763c10c346530b20fcabf97ccaeed2565
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 24 01:18:01 2021 +0100
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.
---
gnu/packages/crates-io.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7f87378..258435b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -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
- 09/40: gnu: Add rust-rand-hc-0.3., (continued)
- 09/40: gnu: Add rust-rand-hc-0.3., guix-commits, 2021/01/23
- 10/40: gnu: Add rust-rand-core-0.6., guix-commits, 2021/01/23
- 11/40: gnu: Add rust-rand-chacha-0.3., guix-commits, 2021/01/23
- 13/40: gnu: rust-globwalk-0.8: Update to 0.8.1., guix-commits, 2021/01/23
- 17/40: gnu: rust-yaml-rust-0.4: Update to 0.4.5., guix-commits, 2021/01/23
- 21/40: gnu: rust-serde-json-1: Update to 1.0.61., guix-commits, 2021/01/23
- 18/40: gnu: rust-unindent-0.1: Update to 0.1.7., guix-commits, 2021/01/23
- 20/40: gnu: rust-serde-yaml-0.8: Update to 0.8.15., guix-commits, 2021/01/23
- 22/40: gnu: rust-regex-syntax-0.6: Update to 0.6.22., guix-commits, 2021/01/23
- 23/40: gnu: rust-regex-1: Update to 1.4.3., guix-commits, 2021/01/23
- 26/40: gnu: rust-which-2: Remove minor version from variable name.,
guix-commits <=
- 27/40: gnu: Add rust-bindgen-0.47., guix-commits, 2021/01/23
- 29/40: gnu: Add rust-num-format-0.4., guix-commits, 2021/01/23
- 34/40: gnu: Add rust-crossbeam-deque-0.8., guix-commits, 2021/01/23
- 12/40: gnu: Add rust-rand-0.8., guix-commits, 2021/01/23
- 14/40: gnu: Add rust-parse-zoneinfo-0.3., guix-commits, 2021/01/23
- 15/40: gnu: Add rust-chrono-tz-0.5., guix-commits, 2021/01/23
- 16/40: gnu: Add rust-tera-1., guix-commits, 2021/01/23
- 19/40: gnu: Add rust-indoc-1., guix-commits, 2021/01/23
- 24/40: gnu: rust-parking-lot-0.11: Update to 0.11.1., guix-commits, 2021/01/23
- 25/40: gnu: rust-parking-lot-0.11: Shorten synopsis., guix-commits, 2021/01/23