guix-commits
[Top][All Lists]
Advanced

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

18/45: gnu: Add rust-rand-core-0.3.


From: guix-commits
Subject: 18/45: gnu: Add rust-rand-core-0.3.
Date: Wed, 23 Oct 2019 03:49:14 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a41ea6dc73a9b796d4789fd95e854c1e715a8fc6
Author: Efraim Flashner <address@hidden>
Date:   Wed Oct 23 09:52:23 2019 +0300

    gnu: Add rust-rand-core-0.3.
    
    * gnu/packages/rust-cbindgen.scm (rust-rand-core-0.3): New hidden
    variable.
---
 gnu/packages/rust-cbindgen.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/rust-cbindgen.scm b/gnu/packages/rust-cbindgen.scm
index 4f15d33..c8fd57f 100644
--- a/gnu/packages/rust-cbindgen.scm
+++ b/gnu/packages/rust-cbindgen.scm
@@ -383,3 +383,20 @@ functionality.")
     (properties '((hidden? . #t)))
     (license (list license:asl2.0
                    license:expat))))
+
+(define rust-rand-core-0.3
+  (package
+    (inherit rust-rand-core-0.4)
+    (name "rust-rand-core")
+    (version "0.3.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "rand_core" version))
+        (file-name (string-append name "-" version ".crate"))
+        (sha256
+         (base32
+          "0jzdgszfa4bliigiy4hi66k7fs3gfwi2qxn8vik84ph77fwdwvvs"))))
+    ;; This version is a 0.3 API wrapper around the 0.4 version.
+    (arguments
+     `(#:cargo-inputs (("rand-core" ,rust-rand-core-0.4))))))



reply via email to

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