mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
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.
This commit is contained in:
parent
91aee318a4
commit
b18c509694
1 changed files with 6 additions and 7 deletions
|
@ -12485,7 +12485,7 @@ (define-public rust-stdweb-derive-0.5
|
||||||
(define-public rust-stdweb-internal-macros-0.2
|
(define-public rust-stdweb-internal-macros-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-stdweb-internal-macros")
|
(name "rust-stdweb-internal-macros")
|
||||||
(version "0.2.7")
|
(version "0.2.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -12494,23 +12494,22 @@ (define-public rust-stdweb-internal-macros-0.2
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yjrmkc6sb1035avic383pa3avk2s9k3n17yjcza8yb9nw47v3z6"))))
|
"049fq8fl5ny9l5if2qv7kxwng7g6ns95h4fbm3zx360dmpv5zyjq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-base-x" ,rust-base-x-0.2)
|
(("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-quote" ,rust-quote-1.0)
|
||||||
("rust-serde" ,rust-serde-1.0)
|
("rust-serde" ,rust-serde-1.0)
|
||||||
("rust-serde-derive" ,rust-serde-derive-1.0)
|
("rust-serde-derive" ,rust-serde-derive-1.0)
|
||||||
("rust-serde-json" ,rust-serde-json-1.0)
|
("rust-serde-json" ,rust-serde-json-1.0)
|
||||||
("rust-sha1" ,rust-sha1-0.6)
|
("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")
|
(home-page "https://github.com/koute/stdweb")
|
||||||
(synopsis "Internal procedural macros for the stdweb crate")
|
(synopsis "Internal procedural macros for the stdweb crate")
|
||||||
(description
|
(description
|
||||||
"Internal procedural macros for the stdweb crate.")
|
"Internal procedural macros for the @code{stdweb} crate.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-stdweb-internal-runtime-0.1
|
(define-public rust-stdweb-internal-runtime-0.1
|
||||||
|
|
Loading…
Reference in a new issue