[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/42: gnu: rust-paste-0.1: Upgrade to 0.1.7.
From: |
guix-commits |
Subject: |
28/42: gnu: rust-paste-0.1: Upgrade to 0.1.7. |
Date: |
Sat, 29 Feb 2020 15:46:40 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 25aaf93bf7ebcd64970a86d7ae6b3f5f2b77d68a
Author: Efraim Flashner <address@hidden>
AuthorDate: Sat Feb 29 20:59:47 2020 +0200
gnu: rust-paste-0.1: Upgrade to 0.1.7.
* gnu/packages/crates-io.scm (rust-paste-0.1): Upgrade to 0.1.7.
[arguments]: Don't skip build.
(rust-paste-impl-0.1): Upgrade to 0.1.7.
[arguments]: Don't skip build. Replace rust-proc-macro2-0.4 with 1.0,
rust-syn-0.15 with 1.0 in cargo-inputs.
---
gnu/packages/crates-io.scm | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c2c1e1a..ccb071b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -11484,7 +11484,7 @@ deserialization, and interpreter in Rust.")
(define-public rust-paste-0.1
(package
(name "rust-paste")
- (version "0.1.5")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
@@ -11493,11 +11493,10 @@ deserialization, and interpreter in Rust.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0ygs077hlq8qlx5y46sfgrmhlqqgkmvvhn4x3y10arawalf4ljhz"))))
+ "0in0dqar8s16w6gbwyzwvckm80ala02pq87innx1w6yp73kszqb3"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-paste-impl" ,rust-paste-impl-0.1)
("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5))))
(home-page "https://github.com/dtolnay/paste")
@@ -11509,7 +11508,7 @@ deserialization, and interpreter in Rust.")
(define-public rust-paste-impl-0.1
(package
(name "rust-paste-impl")
- (version "0.1.5")
+ (version "0.1.7")
(source
(origin
(method url-fetch)
@@ -11518,15 +11517,14 @@ deserialization, and interpreter in Rust.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1rkh8nixmb7r1y0mjnsz62p6r1bqah5ciri7bwhmgcmq4gk9drr6"))))
+ "1fwj11j5lhya5fjr4gfljxfm74ahlr09c8xbb8f22hzpyskw8kbd"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-proc-macro-hack" ,rust-proc-macro-hack-0.5)
- ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+ ("rust-proc-macro2" ,rust-proc-macro2-1.0)
("rust-quote" ,rust-quote-1.0)
- ("rust-syn" ,rust-syn-0.15))))
+ ("rust-syn" ,rust-syn-1.0))))
(home-page "https://github.com/dtolnay/paste")
(synopsis "Implementation detail of the paste crate")
(description
- 20/42: gnu: rust-rand-core-0.5: Don't skip build., (continued)
- 20/42: gnu: rust-rand-core-0.5: Don't skip build., guix-commits, 2020/02/29
- 12/42: gnu: rust-rand-pcg-0.2: Don't skip build., guix-commits, 2020/02/29
- 19/42: gnu: python-bleach: Update to 3.1.1 [fixes CVE-2020-6802]., guix-commits, 2020/02/29
- 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 <=
- 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, 2020/02/29
- 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