guix-commits
[Top][All Lists]
Advanced

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

03/23: gnu: Add rust-natord-1.0.


From: guix-commits
Subject: 03/23: gnu: Add rust-natord-1.0.
Date: Thu, 6 Feb 2020 03:56:51 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d57000cf43f4650be7e8484f0a53c0f13326100a
Author: John Soo <address@hidden>
AuthorDate: Fri Jan 31 20:59:29 2020 -0800

    gnu: Add rust-natord-1.0.
    
    * gnu/packages/crates-io.scm (rust-natord-1.0): New variable.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 0c5cc3b..1e2bb8e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6641,6 +6641,26 @@ checking.")
     (properties '((hidden? . #t)))
     (license license:expat)))
 
+(define-public rust-natord-1.0
+  (package
+    (name "rust-natord")
+    (version "1.0.9")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "natord" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0z75spwag3ch20841pvfwhh3892i2z2sli4pzp1jgizbipdrd39h"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/lifthrasiir/rust-natord";)
+    (synopsis "Natural ordering for Rust")
+    (description
+     "This package provides a crate to perform natural ordering for Rust.")
+    (license license:expat)))
+
 (define-public rust-net2-0.2
   (package
     (name "rust-net2")



reply via email to

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