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

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

bug#44161: closed ([PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.)


From: GNU bug Tracking System
Subject: bug#44161: closed ([PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.)
Date: Tue, 27 Oct 2020 08:28:02 +0000

Your message dated Tue, 27 Oct 2020 10:25:23 +0200
with message-id <20201027082523.GE10124@E5400>
and subject line Re: [bug#44161] [PATCH] gnu: rust-proc-macro2-1: Update to 
1.0.24.
has caused the debbugs.gnu.org bug report #44161,
regarding [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.
to be marked as done.

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


-- 
44161: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44161
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24. Date: Thu, 22 Oct 2020 22:16:51 -0300
From 3a818fd84ba163c8c1fb5210f5d89c9150bf16fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Thu, 22 Oct 2020 21:43:56 -0300
Subject: [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.24.
---
 gnu/packages/crates-io.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 52080318fa..252993db8e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19591,7 +19591,7 @@ formatted tables in terminal.")
 (define-public rust-proc-macro2-1
   (package
     (name "rust-proc-macro2")
-    (version "1.0.21")
+    (version "1.0.24")
     (source
       (origin
         (method url-fetch)
@@ -19599,10 +19599,11 @@ formatted tables in terminal.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0b1azz1c2a3rap1kfz2sjinv7narfhssazaq39axvwwlvwb8bqin"))))
+          "0wcabxzrddcjmryndw8fpyxcq6rw63m701vx86xxf03y3bp081qy"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
+     `(#:cargo-test-flags '("--lib")
+       #:cargo-inputs
        (("rust-unicode-xid" ,rust-unicode-xid-0.2))
        #:cargo-development-inputs
        (("rust-quote" ,rust-quote-1))))

base-commit: ed9e50154b4f8490ded8f7667f4b9a7950545df6
prerequisite-patch-id: cae0581fa1bc839c32637fefeb5da089b828001f
prerequisite-patch-id: 65ef59e2871a7243c7d9bf2f5cb5682e0dc22836
-- 
2.28.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#44161] [PATCH] gnu: rust-proc-macro2-1: Update to 1.0.24. Date: Tue, 27 Oct 2020 10:25:23 +0200
I adjusted the commit message to mention the changes to the test flags.
Patch pushed!


-- 
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]