me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-typed-builder-0.16.

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

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

View File

@ -77338,6 +77338,22 @@ and XXH3 algorithms.")
"This package provides compile-time type-checked builder derive.")
(license (list license:expat license:asl2.0))))
(define-public rust-typed-builder-0.16
(package
(inherit rust-typed-builder-0.18)
(name "rust-typed-builder")
(version "0.16.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "typed-builder" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05ny1brm9ff3hxrps3n328w28myk4lz0h24jhxx64dhyjhbmq21l"))))
(arguments
`(#:cargo-inputs
(("rust-typed-builder-macro" ,rust-typed-builder-macro-0.16))))))
(define-public rust-typed-builder-0.5
(package
(inherit rust-typed-builder-0.18)