[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/32: gnu: rust-stdweb-internal-macros-0.2: Update to 0.2.9.
From: |
guix-commits |
Subject: |
13/32: gnu: rust-stdweb-internal-macros-0.2: Update to 0.2.9. |
Date: |
Mon, 17 Feb 2020 16:08:47 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit b18c509694ecc45f38f55d8f962c4258e4e9e43b
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 17 21:57:19 2020 +0200
gnu: rust-stdweb-internal-macros-0.2: Update to 0.2.9.
* gnu/packages/crates-io.scm (rust-stdweb-internal-macros-0.2): Update
to 0.2.9.
[arguments]: Don't skip build. Replace rust-proc-macro2-0.4 with 1.0,
rust-syn-0.15 with 1.0 in cargo-inputs.
[description]: Texify.
---
gnu/packages/crates-io.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 47350d4..a08eaf0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12485,7 +12485,7 @@ you to define custom reference types outside of the
@code{stdweb} library.")
(define-public rust-stdweb-internal-macros-0.2
(package
(name "rust-stdweb-internal-macros")
- (version "0.2.7")
+ (version "0.2.9")
(source
(origin
(method url-fetch)
@@ -12494,23 +12494,22 @@ you to define custom reference types outside of the
@code{stdweb} library.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1yjrmkc6sb1035avic383pa3avk2s9k3n17yjcza8yb9nw47v3z6"))))
+ "049fq8fl5ny9l5if2qv7kxwng7g6ns95h4fbm3zx360dmpv5zyjq"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#:cargo-inputs
(("rust-base-x" ,rust-base-x-0.2)
- ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+ ("rust-proc-macro2" ,rust-proc-macro2-1.0)
("rust-quote" ,rust-quote-1.0)
("rust-serde" ,rust-serde-1.0)
("rust-serde-derive" ,rust-serde-derive-1.0)
("rust-serde-json" ,rust-serde-json-1.0)
("rust-sha1" ,rust-sha1-0.6)
- ("rust-syn" ,rust-syn-0.15))))
+ ("rust-syn" ,rust-syn-1.0))))
(home-page "https://github.com/koute/stdweb")
(synopsis "Internal procedural macros for the stdweb crate")
(description
- "Internal procedural macros for the stdweb crate.")
+ "Internal procedural macros for the @code{stdweb} crate.")
(license (list license:expat license:asl2.0))))
(define-public rust-stdweb-internal-runtime-0.1
- 01/32: gnu: Add rust-block-0.1., (continued)
- 01/32: gnu: Add rust-block-0.1., guix-commits, 2020/02/17
- 04/32: gnu: Add rust-syntex-0.58., guix-commits, 2020/02/17
- 10/32: gnu: rust-rand-xoshiro-0.1: Don't skip build., guix-commits, 2020/02/17
- 05/32: gnu: Add rust-syntex-errors-0.58., guix-commits, 2020/02/17
- 06/32: gnu: Add rust-syntex-syntax-0.58., guix-commits, 2020/02/17
- 03/32: gnu: Add rust-syntex-pos-0.58., guix-commits, 2020/02/17
- 07/32: gnu: Add rust-rand-isaac-0.2., guix-commits, 2020/02/17
- 08/32: gnu: Add rust-rand-xoshiro-0.4., guix-commits, 2020/02/17
- 09/32: gnu: rust-rand-xoshiro-0.3: Don't skip build., guix-commits, 2020/02/17
- 11/32: gnu: rust-stdweb-0.4: Update to 0.4.20., guix-commits, 2020/02/17
- 13/32: gnu: rust-stdweb-internal-macros-0.2: Update to 0.2.9.,
guix-commits <=
- 12/32: gnu: rust-stdweb-derive-0.5: Update to 0.5.3., guix-commits, 2020/02/17
- 14/32: gnu: Add rust-quasi-0.32., guix-commits, 2020/02/17
- 18/32: gnu: Add rust-quasi-macros-0.32., guix-commits, 2020/02/17
- 15/32: gnu: Add rust-aster-0.41., guix-commits, 2020/02/17
- 16/32: gnu: Add rust-quasi-codegen-0.32., guix-commits, 2020/02/17
- 17/32: gnu: Add rust-serde-codegen-0.4., guix-commits, 2020/02/17
- 20/32: gnu: rust-quickcheck-0.7: Don't skip build., guix-commits, 2020/02/17
- 19/32: gnu: Add rust-quickcheck-0.9., guix-commits, 2020/02/17
- 21/32: gnu: rust-quickcheck-0.6: Don't skip build., guix-commits, 2020/02/17
- 22/32: gnu: rust-quickcheck-0.5: Don't skip build., guix-commits, 2020/02/17