guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: Add rust-cbindgen-0.20.


From: guix-commits
Subject: 13/14: gnu: Add rust-cbindgen-0.20.
Date: Thu, 9 Feb 2023 08:15:24 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit 8d79f78e3eb15e8f4075ebf0643706333c9391eb
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Feb 8 15:36:57 2023 -0500

    gnu: Add rust-cbindgen-0.20.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen-0.20): New variable.
---
 gnu/packages/rust-apps.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index b8cb06af64..f4ef2f103e 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1075,6 +1075,19 @@ rebase.")
               (base32
                "006rn3fn4njayjxr2vd24g1awssr9i3894nbmfzkybx07j728vav"))))))
 
+(define-public rust-cbindgen-0.20
+  (package
+    (inherit rust-cbindgen-0.24)
+    (name "rust-cbindgen")
+    (version "0.20.0")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "cbindgen" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1p67vvjkxh07yfizfkvm6bjlv2bywrnl57hshcsz9h2x2qxrgqsi"))))))
+
 (define-public rust-cbindgen-0.19
   (package
     (inherit rust-cbindgen)



reply via email to

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