mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: Add rust-mktemp-0.4.
* gnu/packages/crates-io.scm (rust-mktemp-0.4): New variable. Change-Id: I20ee6eec0221c40254f293cc264555cdc049d05e
This commit is contained in:
parent
d274b31a6f
commit
3395d5f8bf
1 changed files with 19 additions and 0 deletions
|
@ -46715,6 +46715,25 @@ (define-public rust-mirai-annotations-1
|
|||
(description "Macros that provide source code annotations for MIRAI")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-mktemp-0.4
|
||||
(package
|
||||
(name "rust-mktemp")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "mktemp" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "18hd84l7k7i1mbjylagwg1miczh78cjrs55r0kggqcc28ivfcpcp"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-uuid" ,rust-uuid-0.8))))
|
||||
(home-page "https://docs.rs/mktemp")
|
||||
(synopsis "Mktemp files and directories")
|
||||
(description "This package provides mktemp files and directories.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-mock-instant-0.3
|
||||
(package
|
||||
(name "rust-mock-instant")
|
||||
|
|
Loading…
Reference in a new issue