me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-typed-builder-macro-0.16.

* gnu/packages/crates-io.scm (rust-typed-builder-macro-0.16): New variable.

Change-Id: Ie72db919097f1002da8df81080eb1017bcaed2c4
master
Efraim Flashner 2024-03-16 21:59:55 +02:00
parent 42046dde64
commit 59bf1973b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 17 additions and 0 deletions

View File

@ -77378,6 +77378,23 @@ and XXH3 algorithms.")
(description "Compile-time type-checked builder derive.") (description "Compile-time type-checked builder derive.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-typed-builder-macro-0.16
(package
(inherit rust-typed-builder-macro-0.18)
(name "rust-typed-builder-macro")
(version "0.16.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "typed-builder-macro" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0vp94vzcnrqlz93swkai13w9dmklpdh2c2800zpjnvi0735s8g7h"))))
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))))
(define-public rust-typemap-0.3 (define-public rust-typemap-0.3
(package (package
(name "rust-typemap") (name "rust-typemap")