guix-commits
[Top][All Lists]
Advanced

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

65/436: gnu: Add rust-rustc-hex-1.


From: guix-commits
Subject: 65/436: gnu: Add rust-rustc-hex-1.
Date: Sun, 5 Nov 2023 05:28:07 -0500 (EST)

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

commit f2f4ef78070d1907e8654f34335c4e0db5382a60
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 24 09:10:35 2023 +0300

    gnu: Add rust-rustc-hex-1.
    
    * gnu/packages/crates-io.scm (rust-rustc-hex-1): New variable.
    
    Change-Id: Ibd2b1305acc489276ec17c966887e300beccf443
---
 gnu/packages/crates-io.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a0d9cb0e3b..592e53ad50 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60542,6 +60542,20 @@ It is automatically published using the compiler 
repository at
 hex conversion traits.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-rustc-hex-1
+  (package
+    (inherit rust-rustc-hex-2)
+    (name "rust-rustc-hex")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "rustc-hex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "07pff94vqc1mhrqp9i06xzayiad4xfx7588zkqsdw875lpkqrsqc"))))
+    (arguments (list #:tests? #f))))    ; Test suite can't find the package 
itself.
+
 (define-public rust-rustc-rayon-0.5
   (package
     (name "rust-rustc-rayon")



reply via email to

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