mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: Add rust-serde-derive-internals-0.26.
* gnu/packages/crates-io.scm (rust-serde-derive-internals-0.26): New variable. (rust-serde-derive-internals-0.25): Inherit from rust-serde-derive-internals-0.26. Change-Id: Ib209987713385d1aa2e212479582203b9805b225 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9841a49c8b
commit
38ca18711e
1 changed files with 30 additions and 12 deletions
|
@ -64313,8 +64313,32 @@ TOML/JSON/MessagePack strings and serializable values.")
|
|||
("rust-serde-codegen-internals" ,rust-serde-codegen-internals-0.14)
|
||||
("rust-syn" ,rust-syn-0.11))))))
|
||||
|
||||
(define-public rust-serde-derive-internals-0.26
|
||||
(package
|
||||
(name "rust-serde-derive-internals")
|
||||
(version "0.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "serde_derive_internals" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0g2zdr6s8i0r29yy7pdl6ahimq8w6ck70hvrciiry2ljwwlq5gw5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no variant or associated item named `__TestExhaustive`
|
||||
#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://serde.rs")
|
||||
(synopsis "AST representation used by Serde derive macros")
|
||||
(description "This package provides AST representation used by Serde
|
||||
derive macros.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-serde-derive-internals-0.25
|
||||
(package
|
||||
(inherit rust-serde-derive-internals-0.26)
|
||||
(name "rust-serde-derive-internals")
|
||||
(version "0.25.0")
|
||||
(source
|
||||
|
@ -64323,19 +64347,13 @@ TOML/JSON/MessagePack strings and serializable values.")
|
|||
(uri (crate-uri "serde_derive_internals" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ihqfkpplqqiwmh87s8p9jsv27ibkz1z7gc0abqs2mrhlr6b7fhx"))))
|
||||
(build-system cargo-build-system)
|
||||
(base32 "1ihqfkpplqqiwmh87s8p9jsv27ibkz1z7gc0abqs2mrhlr6b7fhx"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))
|
||||
(home-page "https://serde.rs")
|
||||
(synopsis "AST representation used by Serde derive macros")
|
||||
(description "This package provides AST representation used by Serde
|
||||
derive macros.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))))))
|
||||
|
||||
(define-public rust-serde-ignored-0.1
|
||||
(package
|
||||
|
|
Loading…
Add table
Reference in a new issue