GNU bug report logs - #67784
[PATCH 10/10] gnu: rust-anstyle-wincon: Add version 3.0.2.

Previous Next

Package: guix-patches;

Reported by: Daniel Ziltener <dziltener <at> lyrion.ch>

Date: Mon, 11 Dec 2023 18:03:08 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Subject: bug#67784: closed (Re: [bug#67784] [PATCH 10/10] gnu:
 rust-anstyle-wincon: Add version 3.0.2.)
Date: Tue, 26 Dec 2023 11:46:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#67784: [PATCH 10/10] gnu: rust-anstyle-wincon: Add version 3.0.2.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 67784 <at> debbugs.gnu.org.

-- 
67784: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67784
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Daniel Ziltener <dziltener <at> lyrion.ch>
Cc: 67784-done <at> debbugs.gnu.org
Subject: Re: [bug#67784] [PATCH 10/10] gnu: rust-anstyle-wincon: Add version
 3.0.2.
Date: Tue, 26 Dec 2023 13:45:09 +0200
[Message part 3 (text/plain, inline)]
Thanks. rust-anstyle-wincon-3 was already in guix so I changed this
patch to update it to 3.0.2.

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Daniel Ziltener <dziltener <at> lyrion.ch>
To: guix-patches <at> gnu.org
Cc: dziltener <at> lyrion.ch
Subject: [PATCH 10/10] gnu: rust-anstyle-wincon: Add version 3.0.2.
Date: Mon, 11 Dec 2023 19:00:25 +0100
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 60297370a2..b327c551c6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -3565,6 +3565,29 @@ (define-public rust-anstyle-query-1
     (description "Look up colored console capabilities")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-anstyle-wincon-3
+  (package
+    (name "rust-anstyle-wincon")
+    (version "3.0.2")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "anstyle-wincon" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "19v0fv400bmp4niqpzxnhg83vz12mmqv7l2l8vi80qcdxj0lpm8w"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-anstyle" ,rust-anstyle-1)
+        ("rust-windows-sys" ,rust-windows-sys-0.52))
+       #:cargo-development-inputs
+       (("rust-lexopt" ,rust-lexopt-0.3))))
+    (home-page "https://github.com/rust-cli/anstyle")
+    (synopsis "Styling legacy Windows terminals")
+    (description "Styling legacy Windows terminals")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-anstyle-wincon-1
   (package
     (name "rust-anstyle-wincon")
-- 
2.43.0




This bug report was last modified 1 year and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.