[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/42: gnu: rust-ref-cast-0.2: Upgrade to 0.2.7.
From: |
guix-commits |
Subject: |
30/42: gnu: rust-ref-cast-0.2: Upgrade to 0.2.7. |
Date: |
Sat, 29 Feb 2020 15:46:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ec395e70cb609bac07fb0eb274728e56bc87ad45
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Feb 29 21:15:17 2020 +0200
gnu: rust-ref-cast-0.2: Upgrade to 0.2.7.
* gnu/packages/crates-io.scm (rust-ref-cast-0.2): Upgrade to 0.2.7.
[arguments]: Don't skip build. Add rust-rustversion-0.1,
rust-trybuild-1.0 to cargo-development-inputs.
(rust-ref-cast-impl-0.2): Upgrade to 0.2.7.
[arguments]: Inherit from rust-ref-cat-impl-1.0.
---
gnu/packages/crates-io.scm | 21 +++++++++------------
1 file changed, 9 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f41c0aa..cbd93a6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13771,7 +13771,7 @@ functionality.")
(define-public rust-ref-cast-0.2
(package
(name "rust-ref-cast")
- (version "0.2.6")
+ (version "0.2.7")
(source
(origin
(method url-fetch)
@@ -13780,12 +13780,14 @@ functionality.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0jgj1zxaikqm030flpifbp517fy4z21lly6ysbwyciii39bkzcf1"))))
+ "1fcbpfb7xhr992qvyfg9hr5p63xqykjp48pm3f7a1q21vmhzksvv"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
- (("rust-ref-cast-impl" ,rust-ref-cast-impl-0.2))))
+ `(#:cargo-inputs
+ (("rust-ref-cast-impl" ,rust-ref-cast-impl-0.2))
+ #:cargo-development-inputs
+ (("rust-rustversion" ,rust-rustversion-0.1)
+ ("rust-trybuild" ,rust-trybuild-1.0))))
(home-page "https://github.com/dtolnay/ref-cast")
(synopsis "Safely cast &T to &U")
(description
@@ -13821,7 +13823,7 @@ functionality.")
(package
(inherit rust-ref-cast-impl-1.0)
(name "rust-ref-cast-impl")
- (version "0.2.6")
+ (version "0.2.7")
(source
(origin
(method url-fetch)
@@ -13830,12 +13832,7 @@ functionality.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0hw0frpzna5rf5szix56zyzd0vackcb3svj94ndj629xi75dkb32"))))
- (arguments
- `(#:cargo-inputs
- (("rust-proc-macro2" ,rust-proc-macro2-0.4)
- ("rust-quote" ,rust-quote-0.6)
- ("rust-syn" ,rust-syn-0.15))))))
+ "0av43xxjlinfqklb67rpj217cmaxfjsf8151gs0hbs4hnr5664ck"))))))
(define-public rust-regex-1.3
(package
- 27/42: gnu: rust-lock-api-0.3: Don't skip build., (continued)
- 27/42: gnu: rust-lock-api-0.3: Don't skip build., guix-commits, 2020/02/29
- 18/42: gnu: rust-rand-core-0.4: Don't skip build., guix-commits, 2020/02/29
- 21/42: gnu: rust-rand-chacha-0.1: Don't skip build., guix-commits, 2020/02/29
- 22/42: gnu: rust-rand-chacha-0.2: Don't skip build., guix-commits, 2020/02/29
- 25/42: gnu: rust-loom-0.1: Don't skip build., guix-commits, 2020/02/29
- 24/42: gnu: rust-generator-0.6: Update to 0.6.20., guix-commits, 2020/02/29
- 23/42: gnu: rust-bindgen-0.50: Don't skip build., guix-commits, 2020/02/29
- 28/42: gnu: rust-paste-0.1: Upgrade to 0.1.7., guix-commits, 2020/02/29
- 33/42: gnu: rust-demo-hack-impl-0.0: Don't skip build., guix-commits, 2020/02/29
- 26/42: gnu: rust-lock-api-0.1: Don't skip build., guix-commits, 2020/02/29
- 30/42: gnu: rust-ref-cast-0.2: Upgrade to 0.2.7.,
guix-commits <=
- 29/42: gnu: rust-hex-literal-0.2: Upgrade to 0.2.1., guix-commits, 2020/02/29
- 32/42: gnu: rust-trybuild-1.0: Upgrade to 1.0.23., guix-commits, 2020/02/29
- 34/42: gnu: rust-demo-hack-0.0: Don't skip build., guix-commits, 2020/02/29
- 35/42: gnu: rust-flame-0.2: Don't skip build., guix-commits, 2020/02/29
- 40/42: gnu: rust-scroll-0.9: Fix inputs., guix-commits, 2020/02/29
- 39/42: gnu: rust-html5ever-0.23: Don't skip build., guix-commits, 2020/02/29
- 37/42: gnu: rust-futures-select-macro-preview-0.3: Don't skip build., guix-commits, 2020/02/29
- 38/42: gnu: rust-markup5ever-0.8: Don't skip build., guix-commits, 2020/02/29
- 42/42: gnu: rust-seahash-3.0: Upgrade to 3.0.7., guix-commits, 2020/02/29
- 31/42: gnu: Add rust-dissimilar-1.0., guix-commits, 2020/02/29