diff options
author | Franz Geffke <m@f-a.nz> | 2025-03-26 17:04:18 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-03-26 17:04:18 +0000 |
commit | d9960d23e37967868d96f1cea7cfed789f49a82d (patch) | |
tree | 40e491321e5c74666cf2bb8f92d7bb74e8799466 /px | |
parent | 69b6b20f416ff338ba867293643a102edf0f0c9d (diff) |
px: rust-tempfile: Added v3.6.0
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/crates-io.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/px/packages/crates-io.scm b/px/packages/crates-io.scm index 89de9a1..10f528f 100644 --- a/px/packages/crates-io.scm +++ b/px/packages/crates-io.scm @@ -562,4 +562,30 @@ widely-used Serde framework.") (synopsis "Hypothesis-like property-based testing and shrinking.") (description "This package provides Hypothesis-like property-based testing and shrinking.") + (license (list license:expat license:asl2.0)))) + +(define-public rust-tempfile-3.6 + (package + (name "rust-tempfile") + (version "3.6.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "tempfile" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "1mm6n3ijfsnk7grbbws3fc9qy4y5n3pshixa19wmhzimfqj47h1i")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-autocfg" ,rust-autocfg-1) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-fastrand" ,rust-fastrand-1) + ("rust-redox-syscall" ,rust-redox-syscall-0.3) + ("rust-rustix" ,rust-rustix-0.37) + ("rust-windows-sys" ,rust-windows-sys-0.48)) + #:cargo-development-inputs (("rust-doc-comment" ,rust-doc-comment-0.3)))) + (home-page "https://stebalien.com/projects/tempfile-rs/") + (synopsis "library for managing temporary files and directories.") + (description + "This package provides a library for managing temporary files and directories.") (license (list license:expat license:asl2.0))))
\ No newline at end of file |