guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/33: gnu: Add rust-temporary-0.6.


From: guix-commits
Subject: 23/33: gnu: Add rust-temporary-0.6.
Date: Wed, 25 Oct 2023 05:36:45 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit bb0dd9d041916922feb191183dfb13eda495a298
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 25 09:57:17 2023 +0300

    gnu: Add rust-temporary-0.6.
    
    * gnu/packages/crates-io.scm (rust-temporary-0.6): New variable.
    
    Change-Id: Iaa96bd997352094930c4dc680b1ac7e8d5081007
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ff1c48939e..97a385d6ef 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75185,6 +75185,26 @@ directories.")
      "This package provides support for Linux-specific tempfile extensions.")
     (license license:expat)))
 
+(define-public rust-temporary-0.6
+  (package
+    (name "rust-temporary")
+    (version "0.6.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "temporary" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1llj529jcbxxc5g76mdyqkysrpy9009n43k028kj1ywv7qqfvmxc"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-random" ,rust-random-0.12))))
+    (home-page "https://github.com/stainless-steel/temporary";)
+    (synopsis "Manage temporary files and folders")
+    (description
+     "The package provides means of managing temporary files and folders.")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-temptree-0.2
   (package
     (name "rust-temptree")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]