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

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

bug#44159: closed ([PATCH] gnu: rust-term-size-0.3: Update to 0.3.2.)


From: GNU bug Tracking System
Subject: bug#44159: closed ([PATCH] gnu: rust-term-size-0.3: Update to 0.3.2.)
Date: Tue, 27 Oct 2020 08:26:01 +0000

Your message dated Tue, 27 Oct 2020 10:25:08 +0200
with message-id <20201027082508.GC10124@E5400>
and subject line Re: [bug#44159] [PATCH] gnu: rust-term-size-0.3: Update to 
0.3.2.
has caused the debbugs.gnu.org bug report #44159,
regarding [PATCH] gnu: rust-term-size-0.3: Update to 0.3.2.
to be marked as done.

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


-- 
44159: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44159
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: rust-term-size-0.3: Update to 0.3.2. Date: Thu, 22 Oct 2020 22:12:56 -0300
From d4aa8d0ac59ed133af7c1d3b7cec7466e865e5c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Thu, 22 Oct 2020 20:44:37 -0300
Subject: [PATCH] gnu: rust-term-size-0.3: Update to 0.3.2.
To: guix-patches@gnu.org

* gnu/packages/crates-io.scm (rust-term-size-0.3): Update to 0.3.2.
---
 gnu/packages/crates-io.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5b4767a779..8fb6cfc9f6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27668,7 +27668,7 @@ grid layout.")
   (package
     (inherit rust-term-size-1.0)
     (name "rust-term-size")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
        (method url-fetch)
@@ -27677,14 +27677,11 @@ grid layout.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "09wk3173ngmb710qs9rwgibq4w250q8lgnwjvb9cypc1vdk9lnwy"))))
+         "1n885cykajsppx86xl7d0dqkgmgsp8v914lvs12qzvd0dij2jh8y"))))
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-clippy" ,rust-clippy-0.0)
-        ("rust-kernel32-sys" ,rust-kernel32-sys-0.2)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-winapi" ,rust-winapi-0.2))))))
+     `(#:cargo-inputs
+       (("rust-libc" ,rust-libc-0.2)
+        ("rust-winapi" ,rust-winapi-0.3))))))
 
 (define-public rust-termcolor-1
   (package

base-commit: ed9e50154b4f8490ded8f7667f4b9a7950545df6
-- 
2.28.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#44159] [PATCH] gnu: rust-term-size-0.3: Update to 0.3.2. Date: Tue, 27 Oct 2020 10:25:08 +0200
I adjusted the commit message to mention the changes in the arguments
section also.

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]