[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/188: gnu: rust-rustversion-1.0: Remove minor version from variable na
From: |
guix-commits |
Subject: |
06/188: gnu: rust-rustversion-1.0: Remove minor version from variable name. |
Date: |
Mon, 12 Oct 2020 02:24:30 -0400 (EDT) |
arunisaac pushed a commit to branch master
in repository guix.
commit 49fe093fa9c1cd5872c184e331f49fd9ed81a615
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 14 23:12:26 2020 +0530
gnu: rust-rustversion-1.0: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-rustversion-1.0): Rename to
rust-rustversion-1.
---
gnu/packages/crates-io.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 91bc930..a51987b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -448,9 +448,9 @@ code that is generic with regard to the algebraic entity
types.")
`(#:skip-build? #t
#:cargo-development-inputs
(("rust-futures" ,rust-futures-0.3)
- ("rust-rustversion" ,rust-rustversion-1.0)
("rust-thiserror" ,rust-thiserror-1.0)
("rust-trybuild" ,rust-trybuild-1.0))))
+ ("rust-rustversion" ,rust-rustversion-1)
(home-page "https://github.com/dtolnay/anyhow")
(synopsis "Flexible concrete Error type")
(description "This package provides a flexible concrete Error type built on
@@ -6632,7 +6632,7 @@ variables.")
("rust-proc-macro-error" ,rust-proc-macro-error-0.4)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-syn" ,rust-syn-1)
- ("rust-rustversion" ,rust-rustversion-1.0)
+ ("rust-rustversion" ,rust-rustversion-1)
("rust-quote" ,rust-quote-1))
#:cargo-development-inputs
(("rust-skeptic" ,rust-skeptic-0.13))))
@@ -15775,8 +15775,8 @@ synchronization primitives.")
(("rust-paste-impl" ,rust-paste-impl-0.1)
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))
#:cargo-development-inputs
- (("rust-rustversion" ,rust-rustversion-1.0)
("rust-trybuild" ,rust-trybuild-1.0))))
+ (("rust-rustversion" ,rust-rustversion-1)
(home-page "https://github.com/dtolnay/paste")
(synopsis "Macros for all your token pasting needs")
(description
@@ -16631,7 +16631,7 @@ function data structures.")
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs
- (("rust-rustversion" ,rust-rustversion-1.0)
+ (("rust-rustversion" ,rust-rustversion-1)
("rust-trybuild" ,rust-trybuild-1.0))))
(home-page "https://github.com/taiki-e/pin-project-lite")
(synopsis "Lightweight version of pin-project written with declarative
@@ -17194,7 +17194,7 @@ formatted tables in terminal.")
(arguments
`(#:cargo-development-inputs
(("rust-quote" ,rust-quote-1)
- ("rust-rustversion" ,rust-rustversion-1.0)
+ ("rust-rustversion" ,rust-rustversion-1)
("rust-syn" ,rust-syn-1)
("rust-trybuild" ,rust-trybuild-1.0)
("rust-demo-hack" ,rust-demo-hack-0.0)
@@ -17935,8 +17935,8 @@ integers, floats, tuples, booleans, lists, strings,
options and results.")
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1))
#:cargo-development-inputs
- (("rust-rustversion" ,rust-rustversion-1.0)
("rust-trybuild" ,rust-trybuild-1.0))))
+ (("rust-rustversion" ,rust-rustversion-1)
(home-page "https://github.com/dtolnay/quote")
(synopsis "Quasi-quoting macro quote!(...)")
(description "Quasi-quoting macro quote!(...)")
@@ -18987,8 +18987,8 @@ functionality.")
`(#:cargo-inputs
(("rust-ref-cast-impl" ,rust-ref-cast-impl-1.0))
#:cargo-development-inputs
- (("rust-rustversion" ,rust-rustversion-1.0)
("rust-trybuild" ,rust-trybuild-1.0))))
+ (("rust-rustversion" ,rust-rustversion-1)
(home-page "https://github.com/dtolnay/ref-cast")
(synopsis "Safely cast &T to &U")
(description
@@ -20512,7 +20512,7 @@ font rendering.")
("rust-lazy-static" ,rust-lazy-static-1)
("rust-unicode-normalization" ,rust-unicode-normalization-0.1))))))
-(define-public rust-rustversion-1.0
+(define-public rust-rustversion-1
(package
(name "rust-rustversion")
(version "1.0.2")
@@ -21618,7 +21618,7 @@ for the serde framework.")
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(;("rust-automod" ,rust-automod-0.1)
- ("rust-rustversion" ,rust-rustversion-1.0)
+ ("rust-rustversion" ,rust-rustversion-1)
("rust-serde-bytes" ,rust-serde-bytes-0.11)
("rust-serde-derive" ,rust-serde-derive-1)
;("rust-serde-stacker" ,rust-serde-stacker-0.1)
@@ -24782,8 +24782,8 @@ handle Unicode characters correctly.")
#:cargo-development-inputs
(("rust-anyhow" ,rust-anyhow-1.0)
("rust-ref-cast" ,rust-ref-cast-1.0)
- ("rust-rustversion" ,rust-rustversion-1.0)
("rust-trybuild" ,rust-trybuild-1.0))))
+ ("rust-rustversion" ,rust-rustversion-1)
(home-page "https://github.com/dtolnay/thiserror")
(synopsis "derive(Error)")
(description "This package provides @code{derive(Error)} in Rust.")
- branch master updated (e17b732 -> 7d34dae), guix-commits, 2020/10/12
- 01/188: gnu: rust-lazycell-1.2: Remove minor version from variable name., guix-commits, 2020/10/12
- 03/188: gnu: rust-byteorder-1.3: Remove minor version from variable name., guix-commits, 2020/10/12
- 04/188: gnu: rust-difference-2.0: Remove minor version from variable name., guix-commits, 2020/10/12
- 06/188: gnu: rust-rustversion-1.0: Remove minor version from variable name.,
guix-commits <=
- 09/188: gnu: rust-trybuild-1.0: Remove minor version from variable name., guix-commits, 2020/10/12
- 10/188: gnu: rust-either-1.5: Remove minor version from variable name., guix-commits, 2020/10/12
- 11/188: gnu: rust-data-encoding-2.1: Remove minor version from variable name., guix-commits, 2020/10/12
- 02/188: gnu: rust-rustc-std-workspace-core-1.0: Remove minor version from variable name., guix-commits, 2020/10/12
- 05/188: gnu: rust-colored-1.9: Remove minor version from variable name., guix-commits, 2020/10/12
- 07/188: gnu: rust-which-3.1: Remove minor version from variable name., guix-commits, 2020/10/12
- 13/188: gnu: rust-crc32fast-1.2: Remove minor version from variable name., guix-commits, 2020/10/12
- 08/188: gnu: rust-thiserror-1.0: Remove minor version from variable name., guix-commits, 2020/10/12
- 12/188: gnu: rust-tinytemplate-1.0: Remove minor version from variable name., guix-commits, 2020/10/12
- 14/188: gnu: rust-rustc-hash-1.1: Remove minor version from variable name., guix-commits, 2020/10/12