guix-commits
[Top][All Lists]
Advanced

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

06/26: gnu: Add rust-wyz-0.2.


From: guix-commits
Subject: 06/26: gnu: Add rust-wyz-0.2.
Date: Sun, 3 Jan 2021 06:01:28 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e3cf342773e75d9390c92814297de9e2fa21755b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 3 11:10:30 2021 +0200

    gnu: Add rust-wyz-0.2.
    
    * gnu/packages/crates-io.scm (rust-wyz-0.2): New variable.
---
 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 e013cb3..f4459b9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36444,6 +36444,26 @@ API.")
      "Contains function definitions for the Windows API library ws2_32.")
     (license license:expat)))
 
+(define-public rust-wyz-0.2
+  (package
+    (name "rust-wyz")
+    (version "0.2.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "wyz" version))
+        (file-name
+         (string-append name "-" version ".tar.gz"))
+        (sha256
+         (base32
+          "05028bk49b2ix1lz22sj65fnlxr0f29j2klkaqjxp6az3c6hprl5"))))
+    (build-system cargo-build-system)
+    (home-page "https://myrrlyn.net/crates/wyz";)
+    (synopsis "Collection of utility functions")
+    (description
+     "This package provides a collection of utility functions.")
+    (license license:expat)))
+
 (define-public rust-x86-0.33
   (package
     (name "rust-x86")



reply via email to

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