[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/189: gnu: rust-rustc-hash-1.1: Remove minor version from variable nam
From: |
guix-commits |
Subject: |
15/189: gnu: rust-rustc-hash-1.1: Remove minor version from variable name. |
Date: |
Mon, 21 Sep 2020 06:00:53 -0400 (EDT) |
arunisaac pushed a commit to branch wip-swc
in repository guix.
commit d933a38df38a00d35c591e8d2644cc0b619259cb
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 14 23:32:31 2020 +0530
gnu: rust-rustc-hash-1.1: Remove minor version from variable name.
* gnu/packages/crates-io.scm (rust-rustc-hash-1.1): Rename to
rust-rustc-hash-1.
---
gnu/packages/crates-io.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f418697..4d6fbac 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1445,7 +1445,7 @@ that uses Serde for transforming structs into bytes and
vice versa!")
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-regex" ,rust-regex-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-3))
#:cargo-development-inputs
@@ -1498,7 +1498,7 @@ that uses Serde for transforming structs into bytes and
vice versa!")
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-regex" ,rust-regex-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-shlex" ,rust-shlex-0.1)
("rust-which" ,rust-which-3))
#:cargo-development-inputs
@@ -1540,7 +1540,7 @@ that uses Serde for transforming structs into bytes and
vice versa!")
("rust-env-logger" ,rust-env-logger-0.7)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-bitflags" ,rust-bitflags-1)
("rust-lazycell" ,rust-lazycell-1)
("rust-regex" ,rust-regex-1)
@@ -1586,7 +1586,7 @@ that uses Serde for transforming structs into bytes and
vice versa!")
("rust-env-logger" ,rust-env-logger-0.6)
("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-bitflags" ,rust-bitflags-1)
("rust-regex" ,rust-regex-1)
("rust-lazy-static" ,rust-lazy-static-1)
@@ -10518,7 +10518,7 @@ the template engine that renders the official Rust
website")
(("rust-lazy-static" ,rust-lazy-static-1)
("rust-rand" ,rust-rand-0.5)
("rust-rayon" ,rust-rayon-1)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-serde-test" ,rust-serde-test-1))))
(home-page "https://github.com/rust-lang/hashbrown")
(synopsis "Rust port of Google's SwissTable hash map")
@@ -13894,7 +13894,7 @@ compression function.")
(("rust-byteorder" ,rust-byteorder-1)
("rust-memmap" ,rust-memmap-0.7)
("rust-parking-lot" ,rust-parking-lot-0.9)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1))))
+ ("rust-rustc-hash" ,rust-rustc-hash-1))))
(home-page "https://github.com/rust-lang/measureme")
(synopsis "Support crate for rustc's self-profiling feature")
(description
@@ -21630,7 +21630,7 @@ It is automatically published using the compiler
repository at
("rust-rustc-ap-graphviz" ,rust-rustc-ap-graphviz-654)
("rust-rustc-ap-rustc-index" ,rust-rustc-ap-rustc-index-654)
("rust-rustc-ap-serialize" ,rust-rustc-ap-serialize-654)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-rustc-rayon" ,rust-rustc-rayon-0.3)
("rust-rustc-rayon-core" ,rust-rustc-rayon-core-0.3)
("rust-smallvec" ,rust-smallvec-1)
@@ -21851,7 +21851,7 @@ It is automatically published using the compiler
repository at
(license (list license:asl2.0
license:expat))))
-(define-public rust-rustc-hash-1.1
+(define-public rust-rustc-hash-1
(package
(name "rust-rustc-hash")
(version "1.1.0")
@@ -22258,7 +22258,7 @@ rustc compiler.")
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
("rust-num-cpus" ,rust-num-cpus-1)
("rust-ordered-float" ,rust-ordered-float-1.0)
- ("rust-rustc-hash" ,rust-rustc-hash-1.1)
+ ("rust-rustc-hash" ,rust-rustc-hash-1)
("rust-stb-truetype" ,rust-stb-truetype-0.3))))
(home-page "https://gitlab.redox-os.org/redox-os/rusttype")
(synopsis "Pure Rust alternative to libraries like FreeType")
- 03/189: gnu: rust-once-cell-1.2: Remove minor version from variable name., (continued)
- 03/189: gnu: rust-once-cell-1.2: Remove minor version from variable name., guix-commits, 2020/09/21
- 08/189: gnu: rust-which-3.1: Remove minor version from variable name., guix-commits, 2020/09/21
- 06/189: gnu: rust-colored-1.9: Remove minor version from variable name., guix-commits, 2020/09/21
- 13/189: gnu: rust-tinytemplate-1.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 05/189: gnu: rust-difference-2.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 01/189: gnu: rust-lazycell-1.2: Remove minor version from variable name., guix-commits, 2020/09/21
- 14/189: gnu: rust-crc32fast-1.2: Remove minor version from variable name., guix-commits, 2020/09/21
- 10/189: gnu: rust-trybuild-1.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 11/189: gnu: rust-either-1.5: Remove minor version from variable name., guix-commits, 2020/09/21
- 07/189: gnu: rust-rustversion-1.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 15/189: gnu: rust-rustc-hash-1.1: Remove minor version from variable name.,
guix-commits <=
- 17/189: gnu: rust-url-1.7: Remove minor version from variable name., guix-commits, 2020/09/21
- 28/189: gnu: rust-criterion-plot-0.4: Update to 0.4.3., guix-commits, 2020/09/21
- 37/189: gnu: Add rust-blobby-0.3., guix-commits, 2020/09/21
- 57/189: gnu: Add rust-take-mut-0.2., guix-commits, 2020/09/21
- 09/189: gnu: rust-thiserror-1.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 21/189: gnu: rust-scopeguard-1.0: Remove minor version from variable name., guix-commits, 2020/09/21
- 33/189: gnu: rust-proc-macro2-1: Update to 1.0.21., guix-commits, 2020/09/21
- 19/189: gnu: rust-stable-deref-trait-1.1: Remove minor version from variable name., guix-commits, 2020/09/21
- 29/189: gnu: rust-serde-derive-1: Update to 1.0.116., guix-commits, 2020/09/21
- 30/189: gnu: rust-tinytemplate-1: Update to 1.1.0., guix-commits, 2020/09/21