emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#48420: closed ([PATCH 1/9] gnu: Add rust-bindgen-0.48.)


From: GNU bug Tracking System
Subject: bug#48420: closed ([PATCH 1/9] gnu: Add rust-bindgen-0.48.)
Date: Sun, 11 Jul 2021 08:12:02 +0000

Your message dated Sun, 11 Jul 2021 11:09:34 +0300
with message-id <YOqnPgqyHpXZ6SFy@3900XT>
and subject line Re: [bug#48420] [PATCH 9/9] gnu: Add parinfer-rust.
has caused the debbugs.gnu.org bug report #48420,
regarding [PATCH 1/9] gnu: Add rust-bindgen-0.48.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48420: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48420
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/9] gnu: Add rust-bindgen-0.48. Date: Fri, 14 May 2021 19:12:11 +0300
* gnu/packages/crates-io.scm (rust-bindgen-0.48): New variable.
---
 gnu/packages/crates-io.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 678fa6f93c..e801f5bd4e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -4314,6 +4314,41 @@ bindings to C and C++ libraries.")
         ("rust-diff" ,rust-diff-0.1)
         ("rust-shlex" ,rust-shlex-0.1))))))
 
+(define-public rust-bindgen-0.48
+  (package
+    (inherit rust-bindgen-0.57)
+    (name "rust-bindgen")
+    (version "0.48.1")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (crate-uri "bindgen" version))
+        (file-name
+          (string-append name "-" version ".tar.gz"))
+        (sha256
+          (base32
+            "1jpk0p4l4dg1lpvciq9q8wm94sjsflb1vb5x2gk9dlizv4gl2gcx"))))
+    (build-system cargo-build-system)
+    (arguments
+      `(#:skip-build?
+        #t
+        #:cargo-inputs
+        (("rust-bitflags" ,rust-bitflags-1)
+         ("rust-cexpr" ,rust-cexpr-0.3)
+         ("rust-cfg-if" ,rust-cfg-if-0.1)
+         ("rust-clang-sys" ,rust-clang-sys-0.26)
+         ("rust-clap" ,rust-clap-2)
+         ("rust-env-logger" ,rust-env-logger-0.6)
+         ("rust-hashbrown" ,rust-hashbrown-0.1)
+         ("rust-lazy-static" ,rust-lazy-static-1)
+         ("rust-log" ,rust-log-0.4)
+         ("rust-peeking-take-while"
+          ,rust-peeking-take-while-0.1)
+         ("rust-proc-macro2" ,rust-proc-macro2-0.4)
+         ("rust-quote" ,rust-quote-0.6)
+         ("rust-regex" ,rust-regex-1)
+         ("rust-which" ,rust-which-2))))))
+
 (define-public rust-bindgen-0.47
   (package
     (inherit rust-bindgen-0.50)
-- 
2.31.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#48420] [PATCH 9/9] gnu: Add parinfer-rust. Date: Sun, 11 Jul 2021 11:09:34 +0300
Sorry for the long delay. Patches pushed with some changes to
indentation and rounding out some descriptions.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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