Skip to content
Snippets Groups Projects
Unverified Commit cc2849bc authored by Mark H Weaver's avatar Mark H Weaver
Browse files

gnu: Add rust-cbindgen@0.14.1.

* gnu/packages/rust-apps.scm (rust-cbindgen-0.14): New variable.
parent edc55ce9
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net> ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Leo Famulari <leo@famulari.name> ;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Mark H Weaver <mhw@netris.org>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -292,6 +293,21 @@ (define-public rust-cbindgen ...@@ -292,6 +293,21 @@ (define-public rust-cbindgen
"This package provides a tool for generating C/C++ bindings to Rust code.") "This package provides a tool for generating C/C++ bindings to Rust code.")
(license license:mpl2.0))) (license license:mpl2.0)))
(define-public rust-cbindgen-0.14
(package
(inherit rust-cbindgen)
(name "rust-cbindgen")
(version "0.14.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "cbindgen" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ppwqbzydxlg9a24lynzfk60xrvqw4k31mpz1wrk6lbf88zf8nxi"))))))
(define-public rust-cbindgen-0.12 (define-public rust-cbindgen-0.12
(package (package
(inherit rust-cbindgen) (inherit rust-cbindgen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment