mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-13 08:30:38 +02:00
gnu: Add rust-derive-builder-core-0.20.
* gnu/packages/crates-io.scm (rust-derive-builder-core-0.20): New variable. (rust-derive-builder-core-0.13): Inherit from rust-derive-builder-core-0.20. Change-Id: I1b32eb7010ce1d81d27a8d57c2a9abe3f7737333
This commit is contained in:
@@ -21293,8 +21293,32 @@ for arbitrary structs.")
|
||||
("rust-skeptic" ,rust-skeptic-0.13)
|
||||
("rust-syn" ,rust-syn-0.15))))))
|
||||
|
||||
(define-public rust-derive-builder-core-0.20
|
||||
(package
|
||||
(name "rust-derive-builder-core")
|
||||
(version "0.20.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "derive_builder_core" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1s640r6q46c2iiz25sgvxw3lk6b6v5y8hwylng7kas2d09xwynrd"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-darling" ,rust-darling-0.20)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-2))))
|
||||
(home-page "https://github.com/colin-kiegel/rust-derive-builder")
|
||||
(synopsis "Internal helper library for @code{rust-derive-builder}")
|
||||
(description
|
||||
"Internal helper library for @code{rust-derive-builder}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-derive-builder-core-0.13
|
||||
(package
|
||||
(inherit rust-derive-builder-core-0.20)
|
||||
(name "rust-derive-builder-core")
|
||||
(version "0.13.1")
|
||||
(source (origin
|
||||
@@ -21304,19 +21328,13 @@ for arbitrary structs.")
|
||||
(sha256
|
||||
(base32
|
||||
"1381dgjq6jhirww088dff8b00v2d99illvnan0l0kvz7qdy33v54"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-darling" ,rust-darling-0.14)
|
||||
("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1)
|
||||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))
|
||||
(home-page "https://github.com/colin-kiegel/rust-derive-builder")
|
||||
(synopsis "Internal helper library for @code{rust-derive-builder}")
|
||||
(description
|
||||
"Internal helper library for @code{rust-derive-builder}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
(("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||
|
||||
(define-public rust-derive-builder-core-0.12
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user