guix-commits
[Top][All Lists]
Advanced

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

05/135: gnu: Add rust-scopetime-0.1.


From: guix-commits
Subject: 05/135: gnu: Add rust-scopetime-0.1.
Date: Wed, 27 Mar 2024 04:54:38 -0400 (EDT)

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

commit 1863b2c7cd92d95c46bc0e963a024824e463ae17
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Sat Feb 24 21:39:02 2024 +0100

    gnu: Add rust-scopetime-0.1.
    
    * gnu/packages/crates-io.scm (rust-scopetime-0.1): New variable.
    
    Change-Id: I58f75861760efe9f10f0c773e6c555c6ebf5a163
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 738fa05340..11fcbb9981 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63840,6 +63840,25 @@ with one of the implemented strategies.")
          (base32
           "09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
 
+(define-public rust-scopetime-0.1
+  (package
+    (name "rust-scopetime")
+    (version "0.1.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "scopetime" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1ngkasx6l072cvigx7q5r33i8acjardr4g8jnwdrcym4758f5vb6"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-log" ,rust-log-0.4))))
+    (home-page "https://github.com/extrawurst/gitui";)
+    (synopsis "Log scope runtime")
+    (description "This create is for logging runtime of arbitrary scope.")
+    (license license:expat)))
+
 (define-public rust-scraper-0.12
   (package
     (name "rust-scraper")



reply via email to

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