guix-commits
[Top][All Lists]
Advanced

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

14/66: gnu: Add rust-ndk-sys-0.3.


From: guix-commits
Subject: 14/66: gnu: Add rust-ndk-sys-0.3.
Date: Tue, 24 Oct 2023 07:54:50 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fe53a28575281aa32960ced5890273226dfb8059
Author: Steve George <steve@futurile.net>
AuthorDate: Tue Oct 24 11:32:37 2023 +0300

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f4cd290b7..3d58f2f13b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43025,6 +43025,19 @@ general elements and for numerics.")
     (description "This package provides FFI bindings for the Android NDK.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-ndk-sys-0.3
+  (package
+    (inherit rust-ndk-sys-0.4)
+    (name "rust-ndk-sys")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "ndk-sys" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "15zsq4p6k5asf4mc0rknd8cz9wxrwvi50qdspgf87qcfgkknlnkf"))))))
+
 (define-public rust-ndk-sys-0.2
   (package
     (inherit rust-ndk-sys-0.4)



reply via email to

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