From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 03:21:55 2022 Received: (at submit) by debbugs.gnu.org; 15 Jul 2022 07:21:56 +0000 Received: from localhost ([127.0.0.1]:39296 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCFe4-000570-C5 for submit@debbugs.gnu.org; Fri, 15 Jul 2022 03:21:55 -0400 Received: from lists.gnu.org ([209.51.188.17]:57494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCBwi-0007Jg-AI for submit@debbugs.gnu.org; Thu, 14 Jul 2022 23:24:54 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48822) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oCBwi-00031j-5Q for guix-patches@gnu.org; Thu, 14 Jul 2022 23:24:52 -0400 Received: from box.kiranshila.com ([69.55.55.27]:54071) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oCBwf-00052A-7S for guix-patches@gnu.org; Thu, 14 Jul 2022 23:24:51 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 2A45A7E16B; Thu, 14 Jul 2022 23:24:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1657855487; bh=Nrbe+Nu+CMkW9dqFXhiai/hYSwyrPuE1Zewx04X6wws=; h=From:To:Cc:Subject:Date:From; b=gSYSSExbGJaq9bc2SL+QIvwqwvZA50osWRenYgCkYS34Q/Gs/s/Gn9cDtjU1lxFJn NxJ1EJdD7HrIDCeG8wjXRFZ7GQ4dxnPzVj2WY7iQ/Es/1TLs1CKLz40AQ6YOSyWjg+ UaV/zqMZ1QgtloGmiSZ3ssHOkAKElHnSqUM2syEYL81F0gVtHbDY171areVdPtJmza UhsqBzCgKX53FjM3rFCUrjl1SP+mtn3+j4aHPlXH+Orxhj6J/cWsOlK4tfB2FdU+Uk S7YjMRmWW1EOfG2qGUGMG40P0yYobxX4ITiYQtv7rBxp67VN3H1IBEcSfYn9Bsf6Ia I87KSBCSeVxgQ== From: Kiran Shila To: guix-patches@gnu.org Subject: [PATCH] Update `rust-clap-3` to v3.2.12 Date: Thu, 14 Jul 2022 20:24:26 -0700 Message-Id: <20220715032426.954422-1-me@kiranshila.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=69.55.55.27; envelope-from=me@kiranshila.com; helo=box.kiranshila.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 15 Jul 2022 03:21:50 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) Including: - Updating clap's dependencies - Adding `rust-clap-lex-0.2` - Adding `rust-parking-lot-core-0.9` - Adding `rust-textwrap-0.15` - Adding `rust-unic-emoji-char-0.9` - Adding `rust-windows-*-0.36` I added `rust-windows-*-0.38`, as that's the latest release, just to have it. I set #tests? to false as there is a doctest failing, but it seems to be a test bug. --- gnu/packages/crates-io.scm | 350 +++++++++++++++++++++++++++++++------ 1 file changed, 300 insertions(+), 50 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 16ac36c9f5..02f1d150e7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -27,6 +27,7 @@ ;;; Copyright © 2022 Aleksandr Vityazev ;;; Copyright © 2022 Marius Bakke ;;; Copyright © 2022 Evgenii Lepikhin +;;; Copyright © 2022 Kiran Shila ;;; ;;; This file is part of GNU Guix. ;;; @@ -11192,7 +11193,7 @@ (define-public rust-clang-sys-0.11 (define-public rust-clap-derive-3 (package (name "rust-clap-derive") - (version "3.0.0-beta.2") + (version "3.2.7") (source (origin (method url-fetch) @@ -11201,12 +11202,12 @@ (define-public rust-clap-derive-3 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "18cn82jhcha7m0nkpi1a03jx8k7aaq5kxfcxnsqpaa8ih5dp23rp")))) + "00prk3kkk4fi5aavlpa10d9akrx3cjkfcndrhmxzl6kf6y3z36vm")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs - (("rust-heck" ,rust-heck-0.3) + (("rust-heck" ,rust-heck-0.4) ("rust-proc-macro-error" ,rust-proc-macro-error-1) ("rust-proc-macro2" ,rust-proc-macro2-1) @@ -11220,10 +11221,30 @@ (define-public rust-clap-derive-3 derive crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-clap-lex-0.2 + (package + (name "rust-clap-lex") + (version "0.2.4") + (source (origin + (method url-fetch) + (uri (crate-uri "clap_lex" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1ib1a9v55ybnaws11l63az0jgz5xiy24jkdgsmyl7grcm3sz4l18")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-os-str-bytes" ,rust-os-str-bytes-6)))) + (home-page "https://github.com/clap-rs/clap/tree/master/clap_lex") + (synopsis "Minimal, flexible command line parser") + (description "Minimal, flexible command line parser") + (license (list license:expat license:asl2.0)))) + (define-public rust-clap-3 (package (name "rust-clap") - (version "3.0.0-beta.2") + (version "3.2.12") (source (origin (method url-fetch) @@ -11232,27 +11253,34 @@ (define-public rust-clap-3 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0hm1kivw6190rxbfqhdr4hqwlrijvwh90i3d9dyyw0d5k0chdlab")))) + "0kb1ak48fqwv3i668qzkkxzd5f4ji40v9060n6hb9kj677z7k2xb")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs + `(#:tests? #false ;doc test fails + #:cargo-inputs (("rust-atty" ,rust-atty-0.2) + ("rust-backtrace" ,rust-backtrace-0.3) ("rust-bitflags" ,rust-bitflags-1) ("rust-clap-derive" ,rust-clap-derive-3) + ("rust-clap-lex" ,rust-clap-lex-0.2) ("rust-indexmap" ,rust-indexmap-1) - ("rust-os-str-bytes" ,rust-os-str-bytes-2) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-regex" ,rust-regex-1) ("rust-strsim" ,rust-strsim-0.10) ("rust-termcolor" ,rust-termcolor-1) ("rust-terminal-size" ,rust-terminal-size-0.1) - ("rust-textwrap" ,rust-textwrap-0.12) - ("rust-unicode-width" ,rust-unicode-width-0.1) - ("rust-vec-map" ,rust-vec-map-0.8) + ("rust-textwrap" ,rust-textwrap-0.15) + ("rust-unicase" ,rust-unicase-2) ("rust-yaml-rust" ,rust-yaml-rust-0.4)) #:cargo-development-inputs - (("rust-criterion" ,rust-criterion-0.3) - ("rust-lazy-static" ,rust-lazy-static-1) + (("rust-humantime" ,rust-humantime-2) ("rust-regex" ,rust-regex-1) - ("rust-version-sync" ,rust-version-sync-0.8)))) + ("rust-rustversion" ,rust-rustversion-1) + ("rust-shlex" ,rust-shlex-1) + ("rust-snapbox" ,rust-snapbox-0.2) + ("rust-static-assertions" ,rust-static-assertions-1) + ("rust-trybuild" ,rust-trybuild-1) + ("rust-trycmd" ,rust-trycmd-0.13)))) (home-page "https://clap.rs/") (synopsis "Command Line Argument Parser") (description @@ -39251,7 +39279,7 @@ (define-public rust-onig-sys-69.2 (define-public rust-once-cell-1 (package (name "rust-once-cell") - (version "1.9.0") + (version "1.13.0") (source (origin (method url-fetch) @@ -39259,14 +39287,14 @@ (define-public rust-once-cell-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1mfqhrsgi368x92bwnq3vi3p5nv0n1qlrn69gfflhvkfkxfm2cns")))) + (base32 "1qfqvgnwfzzwxd13ybvplzshaqwnjnna9ghcn0zgijaq0zixp9hq")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-atomic-polyfill" ,rust-atomic-polyfill-0.1) - ("rust-parking-lot" ,rust-parking-lot-0.11)) + ("rust-parking-lot-core" ,rust-parking-lot-core-0.9)) #:cargo-development-inputs - (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7) + (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8) ("rust-lazy-static" ,rust-lazy-static-1) ("rust-regex" ,rust-regex-1)))) (home-page "https://github.com/matklad/once_cell") @@ -40744,8 +40772,38 @@ (define-public rust-parking-lot-0.7 ("rust-rand" ,rust-rand-0.4) ("rust-rustc-version" ,rust-rustc-version-0.2)))))) +(define-public rust-parking-lot-core-0.9 + (package + (name "rust-parking-lot-core") + (version "0.9.3") + (source (origin + (method url-fetch) + (uri (crate-uri "parking-lot-core" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-backtrace" ,rust-backtrace-0.3) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-petgraph" ,rust-petgraph-0.6) + ("rust-redox-syscall" ,rust-redox-syscall-0.2) + ("rust-smallvec" ,rust-smallvec-1) + ("rust-thread-id" ,rust-thread-id-4) + ("rust-windows-sys" ,rust-windows-sys-0.36)))) + (home-page "https://github.com/Amanieu/parking_lot") + (synopsis + "An advanced API for creating custom synchronization primitives.") + (description + "An advanced API for creating custom synchronization primitives.") + (license (list license:expat license:asl2.0)))) + (define-public rust-parking-lot-core-0.8 (package + (inherit rust-parking-lot-core-0.9) (name "rust-parking-lot-core") (version "0.8.4") (source @@ -40774,12 +40832,7 @@ (define-public rust-parking-lot-core-0.8 ("rust-redox-syscall" ,rust-redox-syscall-0.2) ("rust-smallvec" ,rust-smallvec-1) ("rust-thread-id" ,rust-thread-id-4) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/Amanieu/parking_lot") - (synopsis "API for creating custom synchronization primitives") - (description "This package provides an advanced API for creating custom -synchronization primitives.") - (license (list license:asl2.0 license:expat)))) + ("rust-winapi" ,rust-winapi-0.3)))))) (define-public rust-parking-lot-core-0.7 (package @@ -62512,8 +62565,39 @@ (define-public rust-text-size-1 (description "This package provides a newtypes for text offsets") (license (list license:expat license:asl2.0)))) +(define-public rust-textwrap-0.15 + (package + (name "rust-textwrap") + (version "0.15.0") + (source (origin + (method url-fetch) + (uri (crate-uri "textwrap" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1yw513k61lfiwgqrfvsjw1a5wpvm0azhpjr2kr0jhnq9c56is55i")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-hyphenation" ,rust-hyphenation-0.8) + ("rust-smawk" ,rust-smawk-0.3) + ("rust-terminal-size" ,rust-terminal-size-0.1) + ("rust-unicode-linebreak" ,rust-unicode-linebreak-0.1) + ("rust-unicode-width" ,rust-unicode-width-0.1)) + #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) + ("rust-lipsum" ,rust-lipsum-0.8) + ("rust-termion" ,rust-termion-1) + ("rust-unic-emoji-char" ,rust-unic-emoji-char-0.9) + ("rust-version-sync" ,rust-version-sync-0.9)))) + (home-page "https://github.com/mgeisler/textwrap") + (synopsis + "Powerful library for word wrapping, indenting, and dedenting strings") + (description + "Powerful library for word wrapping, indenting, and dedenting strings") + (license license:expat))) + (define-public rust-textwrap-0.12 (package + (inherit rust-textwrap-0.15) (name "rust-textwrap") (version "0.12.1") (source @@ -62531,16 +62615,7 @@ (define-public rust-textwrap-0.12 #:cargo-inputs (("rust-hyphenation" ,rust-hyphenation-0.8) ("rust-terminal-size" ,rust-terminal-size-0.1) - ("rust-unicode-width" ,rust-unicode-width-0.1)))) - (home-page - "https://github.com/mgeisler/textwrap") - (synopsis "Library for word wrapping, indenting, and dedenting strings") - (description - "Textwrap is a small library for word wrapping, indenting, and dedenting -strings. You can use it to format strings (such as help and error messages) -for display in commandline applications. It is designed to be efficient and -handle Unicode characters correctly.") - (license license:expat))) + ("rust-unicode-width" ,rust-unicode-width-0.1)))))) (define-public rust-textwrap-0.11 (package @@ -67908,6 +67983,29 @@ (define-public rust-unic-common-0.9 Internationalization Crates (UNIC) project.") (license (list license:expat license:asl2.0)))) +(define-public rust-unic-emoji-char-0.9 + (package + (name "rust-unic-emoji-char") + (version "0.9.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "unic-emoji-char" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ka9fr7s6lv0z43r9xphg9injn35pfxf9g9q18ki0wl9d0g241qb")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-unic-char-property" ,rust-unic-char-property-0.9) + ("rust-unic-char-range" ,rust-unic-char-range-0.9) + ("rust-unic-ucd-version" ,rust-unic-ucd-version-0.9)))) + (home-page "https://github.com/open-i18n/rust-unic/") + (synopsis "UNIC Unicode Emoji Emoji Character Properties") + (description "UNIC Unicode Emoji Emoji Character Properties") + (license (list license:expat license:asl2.0)))) + (define-public rust-unic-segment-0.9 (package (name "rust-unic-segment") @@ -72535,8 +72633,41 @@ (define-public rust-windows-0.9 (description "Rust for Windows") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-x86-64-msvc-0.38 + (package + (name "rust-windows-x86-64-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0q85fck774sx33x74vczsxnxqr9ndqclfpvhiyrzyhfl85ikq349")))) + (build-system cargo-build-system) + (arguments `(#:skip-build? #t)) + (home-page "https://github.com/microsoft/windows-rs") + (synopsis "Code gen support for the windows crate") + (description "This package provides code gen support for the windows +crate.") + (license (list license:expat license:asl2.0)))) + +(define-public rust-windows-x86-64-msvc-0.36 + (package + (inherit rust-windows-x86-64-msvc-0.38) + (name "rust-windows-x86-64-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "103n3xijm5vr7qxr1dps202ckfnv7njjnnfqmchg8gl5ii5cl4f8")))))) + (define-public rust-windows-x86-64-msvc-0.28 (package + (inherit rust-windows-x86-64-msvc-0.36) (name "rust-windows-x86-64-msvc") (version "0.28.0") (source @@ -72545,7 +72676,19 @@ (define-public rust-windows-x86-64-msvc-0.28 (uri (crate-uri "windows_x86_64_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "17z8q25pd3dp6b84qm9nlayd3ym78sbryxlqmgcxvz9vpmy8qarz")))) + (base32 "17z8q25pd3dp6b84qm9nlayd3ym78sbryxlqmgcxvz9vpmy8qarz")))))) + +(define-public rust-windows-x86-64-gnu-0.38 + (package + (name "rust-windows-x86-64-gnu") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1wd9gq5r8vfak2dfsn0f2ylbghz7sy81k36b69ps70435hk5hn4h")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72554,8 +72697,22 @@ (define-public rust-windows-x86-64-msvc-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-x86-64-gnu-0.36 + (package + (inherit rust-windows-x86-64-gnu-0.38) + (name "rust-windows-x86-64-gnu") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1qfrck3jnihymfrd01s8260d4snql8ks2p8yaabipi3nhwdigkad")))))) + (define-public rust-windows-x86-64-gnu-0.28 (package + (inherit rust-windows-x86-64-gnu-0.36) (name "rust-windows-x86-64-gnu") (version "0.28.0") (source @@ -72564,7 +72721,19 @@ (define-public rust-windows-x86-64-gnu-0.28 (uri (crate-uri "windows_x86_64_gnu" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0m79bhdr54g4h4wh2q8wkjlkypb5wvl7xzhc2csiaqb5yl4z8cdw")))) + (base32 "0m79bhdr54g4h4wh2q8wkjlkypb5wvl7xzhc2csiaqb5yl4z8cdw")))))) + +(define-public rust-windows-i686-msvc-0.38 + (package + (name "rust-windows-i686-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1zx3n06k71bnspms6ibmpiy10zgszi0shsral6v3m1pjw2dmdw6d")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72573,8 +72742,22 @@ (define-public rust-windows-x86-64-gnu-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-i686-msvc-0.36 + (package + (inherit rust-windows-i686-msvc-0.38) + (name "rust-windows-i686-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "097h2a7wig04wbmpi3rz1akdy4s8gslj5szsx8g2v0dj91qr3rz2")))))) + (define-public rust-windows-i686-msvc-0.28 (package + (inherit rust-windows-i686-msvc-0.36) (name "rust-windows-i686-msvc") (version "0.28.0") (source @@ -72583,7 +72766,19 @@ (define-public rust-windows-i686-msvc-0.28 (uri (crate-uri "windows_i686_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai")))) + (base32 "0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai")))))) + +(define-public rust-windows-i686-gnu-0.38 + (package + (name "rust-windows-i686-gnu") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "059wsjax5gd9prjsmla8pq7xq5h3ixm8jhqgbrf9c8rc6zdz562c")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72592,8 +72787,22 @@ (define-public rust-windows-i686-msvc-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-i686-gnu-0.36 + (package + (inherit rust-windows-i686-gnu-0.38) + (name "rust-windows-i686-gnu") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1dm3svxfzamrv6kklyda9c3qylgwn5nwdps6p0kc9x6s077nq3hq")))))) + (define-public rust-windows-i686-gnu-0.28 (package + (inherit rust-windows-i686-gnu-0.36) (name "rust-windows-i686-gnu") (version "0.28.0") (source @@ -72602,7 +72811,19 @@ (define-public rust-windows-i686-gnu-0.28 (uri (crate-uri "windows_i686_gnu" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm")))) + (base32 "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm")))))) + +(define-public rust-windows-aarch64-msvc-0.38 + (package + (name "rust-windows-aarch64-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-aarch64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1kf3rz5mrssw1p1f4r1skzbqaiv9nd146zjg7zzjy6gvwa3xsami")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72611,8 +72832,22 @@ (define-public rust-windows-i686-gnu-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-aarch64-msvc-0.36 + (package + (inherit rust-windows-aarch64-msvc-0.38) + (name "rust-windows-aarch64-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-aarch64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ixaxs2c37ll2smprzh0xq5p238zn8ylzb3lk1zddqmd77yw7f4v")))))) + (define-public rust-windows-aarch64-msvc-0.28 (package + (inherit rust-windows-aarch64-msvc-0.36) (name "rust-windows-aarch64-msvc") (version "0.28.0") (source @@ -72621,17 +72856,39 @@ (define-public rust-windows-aarch64-msvc-0.28 (uri (crate-uri "windows_aarch64_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj")))) + (base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj")))))) + +(define-public rust-windows-sys-0.36 + (package + (name "rust-windows-sys") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1lmqangv0zg1l46xiq7rfnqwsx8f8m52mqbgg2mrx7x52rd1a17a")))) (build-system cargo-build-system) - (arguments `(#:skip-build? #t)) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-windows-aarch64-msvc" ,rust-windows-aarch64-msvc-0.36) + ("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.36) + ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.36) + ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.36) + ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.36)))) (home-page "https://github.com/microsoft/windows-rs") - (synopsis "Code gen support for the windows crate") - (description "This package provides code gen support for the windows -crate.") + (synopsis "Rust for Windows") + (description "The windows crate lets you call any Windows API past, +present, and future using code generated on the fly directly from the metadata +describing the API and right into your Rust package where you can call them as +if they were just another Rust module.") (license (list license:expat license:asl2.0)))) (define-public rust-windows-sys-0.28 (package + (inherit rust-windows-sys-0.36) (name "rust-windows-sys") (version "0.28.0") (source @@ -72649,14 +72906,7 @@ (define-public rust-windows-sys-0.28 ("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.28) ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.28) ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.28) - ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.28)))) - (home-page "https://github.com/microsoft/windows-rs") - (synopsis "Rust for Windows") - (description "The windows crate lets you call any Windows API past, -present, and future using code generated on the fly directly from the metadata -describing the API and right into your Rust package where you can call them as -if they were just another Rust module.") - (license (list license:expat license:asl2.0)))) + ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.28)))))) (define-public rust-windows-gen-0.9 (package -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 04:44:08 2022 Received: (at 56571) by debbugs.gnu.org; 15 Jul 2022 08:44:08 +0000 Received: from localhost ([127.0.0.1]:39350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCGvg-0007LJ-1A for submit@debbugs.gnu.org; Fri, 15 Jul 2022 04:44:08 -0400 Received: from mira.cbaines.net ([212.71.252.8]:41378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCGve-0007LC-I4 for 56571@debbugs.gnu.org; Fri, 15 Jul 2022 04:44:07 -0400 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 9517727BBE9; Fri, 15 Jul 2022 09:44:05 +0100 (BST) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id cbca9395; Fri, 15 Jul 2022 08:44:04 +0000 (UTC) References: <20220715032426.954422-1-me@kiranshila.com> User-agent: mu4e 1.6.10; emacs 28.1 From: Christopher Baines To: Kiran Shila Subject: Re: [bug#56571] [PATCH] Update `rust-clap-3` to v3.2.12 Date: Fri, 15 Jul 2022 09:43:03 +0100 In-reply-to: <20220715032426.954422-1-me@kiranshila.com> Message-ID: <875yjyhijv.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 Cc: 56571@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Kiran Shila writes: > Including: > - Updating clap's dependencies > - Adding `rust-clap-lex-0.2` > - Adding `rust-parking-lot-core-0.9` > - Adding `rust-textwrap-0.15` > - Adding `rust-unic-emoji-char-0.9` > - Adding `rust-windows-*-0.36` > > I added `rust-windows-*-0.38`, as that's the latest release, just to > have it. > > I set #tests? to false as there is a doctest failing, but it seems to be > a test bug. > --- > gnu/packages/crates-io.scm | 350 +++++++++++++++++++++++++++++++------ > 1 file changed, 300 insertions(+), 50 deletions(-) Hi Kiran, Ideally, these changes would be done in multiple commits, one commit per change or per package. That way, it's far easier to see what's going on. Would you be able to send some updated patches? Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmLRKNRfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xd1oA//UTEdordoUqC45nNJGXyh8phTBGbblXGt ZQUrnCqQ8rzgfxfsiL548q4oNK5biTd2lXKATYRqJ/rYuDDswVBkPPd0aQcAlykC 99QRBGJJHKi86zQmh77d4tgpFKHvlAywcdX9YO/3F6DgOX1IVSlWFYTizmzDxSGl 7XOvpG+bLxPgNgfdmXy7GmW1nYFhGKyZDNrndpNnmLw4DSfmWsh+eIAVJJy/xVIm d8EVIkar6z8tKBnitD14t8uOtNZ6mwQTloDJ7CpiW42NpYTuMd2wg4yZuU+D7bsu jRaWZqxbJMPm+LtLZPQgCg9PVFWqjYOvaLTuDU3mQrbsYTVdVbfd8LkNcFWrIzWW 9vqGD9AEqV3Xd7xMbPdWBAXcyHUBOLh5XtYLUJqkRewwR0yEWeEY63l0f7aEHlxm mrZU8zVZutCRm7jnZ14XQfR97f5JvtRCO14xJhQV/fV7G7p2QFR5onbl+ziKOxyX uuA2pPGzHoNXPIL32b3K5qZdAL68rPgdExtsdq0qeOozS1i2WlIDdUy4sboljExc 6+uWVdmXYp7ViKgQoVQszCR7fJXS5a2H1VSN7PMcD5Ijf9fFYVnSOMdEZlJUgF2o 0slOLk2fumwhWnHivHUoxW/MoIQXsYQArhM7fNst/CAYMxLdw7s6UXomd7+ZjlLQ rh7/v1GsTro= =UJ1C -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:03 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:04 +0000 Received: from localhost ([127.0.0.1]:46216 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozC-0007Cx-RO for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:03 -0400 Received: from box.kiranshila.com ([69.55.55.27]:57869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYl-0004qA-1u for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:39 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 3D6047E12B; Sat, 16 Jul 2022 15:34:33 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000073; bh=w8HtD4TtrPVZF1dKSWZNw3+9Gg1dkgLCDPfeuIYtU4c=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ULLVRjglCjwzJiilyNhjEwWGPc2JN2x4bi7t5iiQCAF3oM7NfLcJn2c+xmahJp1Lb Ygz1t5dYrI9WzmjDc9qYC8PhR2oFg8C79GC8iT04lxUDnCS6woriKeLGVLRBmSqBED 5BYhUDgcOCvMgIAf5wMq+ojw571cdUOH1+Z4hGEq9H7wDS+ZElr3PbZ2040d2S3an/ ulClu4dLxUWJgZnKZ3ofaHPnnFkQGAZkgMqS0h6D/msaM4ASKTkOj+KJ7AQK1CLgiN LnzJLYQhrUgimt6n0TnboFqj0nekcwhoXo+BC1TBO6vdY448l+A7HgIIdA9+lkGRkr UdQHdJkf6ML6g== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 1/7] Update the rust-windows crates Date: Sat, 16 Jul 2022 12:34:07 -0700 Message-Id: <20220716193413.1092916-1-me@kiranshila.com> In-Reply-To: <875yjyhijv.fsf@cbaines.net> References: <875yjyhijv.fsf@cbaines.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 186 +++++++++++++++++++++++++++++++++---- 1 file changed, 169 insertions(+), 17 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 16ac36c9f5..72e4dfa568 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -72535,8 +72535,41 @@ (define-public rust-windows-0.9 (description "Rust for Windows") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-x86-64-msvc-0.38 + (package + (name "rust-windows-x86-64-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0q85fck774sx33x74vczsxnxqr9ndqclfpvhiyrzyhfl85ikq349")))) + (build-system cargo-build-system) + (arguments `(#:skip-build? #t)) + (home-page "https://github.com/microsoft/windows-rs") + (synopsis "Code gen support for the windows crate") + (description "This package provides code gen support for the windows +crate.") + (license (list license:expat license:asl2.0)))) + +(define-public rust-windows-x86-64-msvc-0.36 + (package + (inherit rust-windows-x86-64-msvc-0.38) + (name "rust-windows-x86-64-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "103n3xijm5vr7qxr1dps202ckfnv7njjnnfqmchg8gl5ii5cl4f8")))))) + (define-public rust-windows-x86-64-msvc-0.28 (package + (inherit rust-windows-x86-64-msvc-0.36) (name "rust-windows-x86-64-msvc") (version "0.28.0") (source @@ -72545,7 +72578,19 @@ (define-public rust-windows-x86-64-msvc-0.28 (uri (crate-uri "windows_x86_64_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "17z8q25pd3dp6b84qm9nlayd3ym78sbryxlqmgcxvz9vpmy8qarz")))) + (base32 "17z8q25pd3dp6b84qm9nlayd3ym78sbryxlqmgcxvz9vpmy8qarz")))))) + +(define-public rust-windows-x86-64-gnu-0.38 + (package + (name "rust-windows-x86-64-gnu") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1wd9gq5r8vfak2dfsn0f2ylbghz7sy81k36b69ps70435hk5hn4h")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72554,8 +72599,22 @@ (define-public rust-windows-x86-64-msvc-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-x86-64-gnu-0.36 + (package + (inherit rust-windows-x86-64-gnu-0.38) + (name "rust-windows-x86-64-gnu") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-x86-64-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1qfrck3jnihymfrd01s8260d4snql8ks2p8yaabipi3nhwdigkad")))))) + (define-public rust-windows-x86-64-gnu-0.28 (package + (inherit rust-windows-x86-64-gnu-0.36) (name "rust-windows-x86-64-gnu") (version "0.28.0") (source @@ -72564,7 +72623,19 @@ (define-public rust-windows-x86-64-gnu-0.28 (uri (crate-uri "windows_x86_64_gnu" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0m79bhdr54g4h4wh2q8wkjlkypb5wvl7xzhc2csiaqb5yl4z8cdw")))) + (base32 "0m79bhdr54g4h4wh2q8wkjlkypb5wvl7xzhc2csiaqb5yl4z8cdw")))))) + +(define-public rust-windows-i686-msvc-0.38 + (package + (name "rust-windows-i686-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1zx3n06k71bnspms6ibmpiy10zgszi0shsral6v3m1pjw2dmdw6d")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72573,8 +72644,22 @@ (define-public rust-windows-x86-64-gnu-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-i686-msvc-0.36 + (package + (inherit rust-windows-i686-msvc-0.38) + (name "rust-windows-i686-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "097h2a7wig04wbmpi3rz1akdy4s8gslj5szsx8g2v0dj91qr3rz2")))))) + (define-public rust-windows-i686-msvc-0.28 (package + (inherit rust-windows-i686-msvc-0.36) (name "rust-windows-i686-msvc") (version "0.28.0") (source @@ -72583,7 +72668,19 @@ (define-public rust-windows-i686-msvc-0.28 (uri (crate-uri "windows_i686_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai")))) + (base32 "0r0z8s1wcdwd20azsdfilf2a6bz68xkavl990wy64hyc8f51bmai")))))) + +(define-public rust-windows-i686-gnu-0.38 + (package + (name "rust-windows-i686-gnu") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "059wsjax5gd9prjsmla8pq7xq5h3ixm8jhqgbrf9c8rc6zdz562c")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72592,8 +72689,22 @@ (define-public rust-windows-i686-msvc-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-i686-gnu-0.36 + (package + (inherit rust-windows-i686-gnu-0.38) + (name "rust-windows-i686-gnu") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-i686-gnu" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1dm3svxfzamrv6kklyda9c3qylgwn5nwdps6p0kc9x6s077nq3hq")))))) + (define-public rust-windows-i686-gnu-0.28 (package + (inherit rust-windows-i686-gnu-0.36) (name "rust-windows-i686-gnu") (version "0.28.0") (source @@ -72602,7 +72713,19 @@ (define-public rust-windows-i686-gnu-0.28 (uri (crate-uri "windows_i686_gnu" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm")))) + (base32 "12hx7qpsjg9p7jggfcplqa3mf1mzr7k7s5ybzqwg1zmg4fn2aizm")))))) + +(define-public rust-windows-aarch64-msvc-0.38 + (package + (name "rust-windows-aarch64-msvc") + (version "0.38.0") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-aarch64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1kf3rz5mrssw1p1f4r1skzbqaiv9nd146zjg7zzjy6gvwa3xsami")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t)) (home-page "https://github.com/microsoft/windows-rs") @@ -72611,8 +72734,22 @@ (define-public rust-windows-i686-gnu-0.28 crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-windows-aarch64-msvc-0.36 + (package + (inherit rust-windows-aarch64-msvc-0.38) + (name "rust-windows-aarch64-msvc") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-aarch64-msvc" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ixaxs2c37ll2smprzh0xq5p238zn8ylzb3lk1zddqmd77yw7f4v")))))) + (define-public rust-windows-aarch64-msvc-0.28 (package + (inherit rust-windows-aarch64-msvc-0.36) (name "rust-windows-aarch64-msvc") (version "0.28.0") (source @@ -72621,17 +72758,39 @@ (define-public rust-windows-aarch64-msvc-0.28 (uri (crate-uri "windows_aarch64_msvc" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj")))) + (base32 "1hpk0n2z0jzzvwlvs98b75sa4q920953nqfc119rv19nwm0mlsaj")))))) + +(define-public rust-windows-sys-0.36 + (package + (name "rust-windows-sys") + (version "0.36.1") + (source (origin + (method url-fetch) + (uri (crate-uri "windows-sys" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1lmqangv0zg1l46xiq7rfnqwsx8f8m52mqbgg2mrx7x52rd1a17a")))) (build-system cargo-build-system) - (arguments `(#:skip-build? #t)) + (arguments + `(#:skip-build? #t + #:cargo-inputs + (("rust-windows-aarch64-msvc" ,rust-windows-aarch64-msvc-0.36) + ("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.36) + ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.36) + ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.36) + ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.36)))) (home-page "https://github.com/microsoft/windows-rs") - (synopsis "Code gen support for the windows crate") - (description "This package provides code gen support for the windows -crate.") + (synopsis "Rust for Windows") + (description "The windows crate lets you call any Windows API past, +present, and future using code generated on the fly directly from the metadata +describing the API and right into your Rust package where you can call them as +if they were just another Rust module.") (license (list license:expat license:asl2.0)))) (define-public rust-windows-sys-0.28 (package + (inherit rust-windows-sys-0.36) (name "rust-windows-sys") (version "0.28.0") (source @@ -72649,14 +72808,7 @@ (define-public rust-windows-sys-0.28 ("rust-windows-i686-gnu" ,rust-windows-i686-gnu-0.28) ("rust-windows-i686-msvc" ,rust-windows-i686-msvc-0.28) ("rust-windows-x86-64-gnu" ,rust-windows-x86-64-gnu-0.28) - ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.28)))) - (home-page "https://github.com/microsoft/windows-rs") - (synopsis "Rust for Windows") - (description "The windows crate lets you call any Windows API past, -present, and future using code generated on the fly directly from the metadata -describing the API and right into your Rust package where you can call them as -if they were just another Rust module.") - (license (list license:expat license:asl2.0)))) + ("rust-windows-x86-64-msvc" ,rust-windows-x86-64-msvc-0.28)))))) (define-public rust-windows-gen-0.9 (package -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:04 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:04 +0000 Received: from localhost ([127.0.0.1]:46218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozD-0007D1-QT for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:04 -0400 Received: from box.kiranshila.com ([69.55.55.27]:53037) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYo-0004qF-MY for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:43 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 459D57F1F7; Sat, 16 Jul 2022 15:34:37 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000077; bh=7VdUeHDfXnOr/cZ6/eEEUpBdI2U6WTI4NioCjZsc/qA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=7UKsX0FHzmEsXTnfycuMEqWwWM/sCtucxYoIDeA7n2DckmZ8CnuehhbahzvXOeHGH 9dcfrdS5CPKXGaX8BQt6ERMm4qP5dN23PSjW4yX2lVv0AZGf81TIS4LKyib/KcSrZS OXJGrKZCqsiDbI0aLi9sZRT4MrZuo2JgVh3apBQj0T7dbqMYyaoff0XBjFI4Ybip+S DWphxog+OVICiB0YNf9ipO4rpq3nhnZDkk8bGDHauE5JnPRSjAcXCCbo5DW2sfYEhf wwxk9jX414KFlgEYQvEzEjyitqOGw98YfA90dOvVKA4qGgeYEO/iYVTmD+/LYJa/Fz Y/KTcTTYb9Q+g== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 2/7] Update rust-parking-lot-core Date: Sat, 16 Jul 2022 12:34:08 -0700 Message-Id: <20220716193413.1092916-2-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 72e4dfa568..e1feac2e63 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -40744,8 +40744,38 @@ (define-public rust-parking-lot-0.7 ("rust-rand" ,rust-rand-0.4) ("rust-rustc-version" ,rust-rustc-version-0.2)))))) +(define-public rust-parking-lot-core-0.9 + (package + (name "rust-parking-lot-core") + (version "0.9.3") + (source (origin + (method url-fetch) + (uri (crate-uri "parking-lot-core" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs + (("rust-backtrace" ,rust-backtrace-0.3) + ("rust-cfg-if" ,rust-cfg-if-1) + ("rust-libc" ,rust-libc-0.2) + ("rust-petgraph" ,rust-petgraph-0.6) + ("rust-redox-syscall" ,rust-redox-syscall-0.2) + ("rust-smallvec" ,rust-smallvec-1) + ("rust-thread-id" ,rust-thread-id-4) + ("rust-windows-sys" ,rust-windows-sys-0.36)))) + (home-page "https://github.com/Amanieu/parking_lot") + (synopsis + "An advanced API for creating custom synchronization primitives.") + (description + "An advanced API for creating custom synchronization primitives.") + (license (list license:expat license:asl2.0)))) + (define-public rust-parking-lot-core-0.8 (package + (inherit rust-parking-lot-core-0.9) (name "rust-parking-lot-core") (version "0.8.4") (source @@ -40774,12 +40804,7 @@ (define-public rust-parking-lot-core-0.8 ("rust-redox-syscall" ,rust-redox-syscall-0.2) ("rust-smallvec" ,rust-smallvec-1) ("rust-thread-id" ,rust-thread-id-4) - ("rust-winapi" ,rust-winapi-0.3)))) - (home-page "https://github.com/Amanieu/parking_lot") - (synopsis "API for creating custom synchronization primitives") - (description "This package provides an advanced API for creating custom -synchronization primitives.") - (license (list license:asl2.0 license:expat)))) + ("rust-winapi" ,rust-winapi-0.3)))))) (define-public rust-parking-lot-core-0.7 (package -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:04 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:04 +0000 Received: from localhost ([127.0.0.1]:46220 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozE-0007D9-8V for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:04 -0400 Received: from box.kiranshila.com ([69.55.55.27]:48439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYr-0004qP-Q2 for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:46 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 64CF07E12B; Sat, 16 Jul 2022 15:34:40 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000080; bh=/F9IOZBtN3AeF/Sv1QZAVEkj+RgUeJaZl996VDNj7SU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=v1R+WkyLsVCPMDsL5JCuseoCYmo7wPaThDbrCk0V16M+3637nS887ONJD4dVgdzh6 AXsA+cHE+cpp/pYeLYptmMaGpqRbF6cQxThoPfcMUKQ4ZUt+pSLMCX/nCrOZlX4UKv azT+QUSK9eT4LXv6VDJFIXMtu2dQY6U8uGZFuwrn02LX0efo1TwXxm3gDwL13d88gy MRvSORcS7Ox4+DfsUWQzfP28jBZB2/ApVUwCK60PPKvhDJjpBq2XnmZS1lsjg/jiBs VQyu7XHUcHgJuBYl+x5VpQ/XnRcNxwrCNwqLWcSGKTR34mRhXFwDPZukpF3KXUnWir W1RFptG5/6fFg== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 3/7] Add rust-unic-emoji-char Date: Sat, 16 Jul 2022 12:34:09 -0700 Message-Id: <20220716193413.1092916-3-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- 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 e1feac2e63..2d10e91b3e 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -67933,6 +67933,29 @@ (define-public rust-unic-common-0.9 Internationalization Crates (UNIC) project.") (license (list license:expat license:asl2.0)))) +(define-public rust-unic-emoji-char-0.9 + (package + (name "rust-unic-emoji-char") + (version "0.9.0") + (source + (origin + (method url-fetch) + (uri (crate-uri "unic-emoji-char" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0ka9fr7s6lv0z43r9xphg9injn35pfxf9g9q18ki0wl9d0g241qb")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-unic-char-property" ,rust-unic-char-property-0.9) + ("rust-unic-char-range" ,rust-unic-char-range-0.9) + ("rust-unic-ucd-version" ,rust-unic-ucd-version-0.9)))) + (home-page "https://github.com/open-i18n/rust-unic/") + (synopsis "UNIC Unicode Emoji Emoji Character Properties") + (description "UNIC Unicode Emoji Emoji Character Properties") + (license (list license:expat license:asl2.0)))) + (define-public rust-unic-segment-0.9 (package (name "rust-unic-segment") -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:05 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:05 +0000 Received: from localhost ([127.0.0.1]:46222 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozE-0007DG-JN for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:05 -0400 Received: from box.kiranshila.com ([69.55.55.27]:48439) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYs-0004qP-GO for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:47 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 17E547F1FB; Sat, 16 Jul 2022 15:34:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000086; bh=gVoa6d7EnZfjredJ2C5Uezarb1rIe8NPTgEtdFIAeV8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=pSRJIoykn9/mn+mODYcyKUzIdtmmPMwUnJqFXfEw+CM2/zO8naUzNf+7/lylJYCPp T3+Fi17nF/pEvIH0sRsL7sg7KlR8lE8/3BMTwQ3/WEZyU8wdeVkrOCjGPJXUX9Cdwk NluwQleW63sl693oNzJMpE1WO7DJjmOJMvhVlJ5VoK7q3pPLU74WB5lx4JHh58VAbb CSXe1GSYe2VuxzFGvGYmFQzVJRpwre3A+Rgq6FVB0U/Jiq29n3+dNDyQ2twhTLECsT IuUsY+NtNruobQwfOjkpcMrLzFnPd9bxZ8QYWVIGX00qKzT3jiIFk5PGIll2EbKQEt GBBXoE1/jREOw== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 7/7] Add Kiran Shila to the Copyright header Date: Sat, 16 Jul 2022 12:34:13 -0700 Message-Id: <20220716193413.1092916-7-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index f7a36b1494..02f1d150e7 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -27,6 +27,7 @@ ;;; Copyright © 2022 Aleksandr Vityazev ;;; Copyright © 2022 Marius Bakke ;;; Copyright © 2022 Evgenii Lepikhin +;;; Copyright © 2022 Kiran Shila ;;; ;;; This file is part of GNU Guix. ;;; -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:05 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:05 +0000 Received: from localhost ([127.0.0.1]:46224 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozF-0007DO-8M for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:05 -0400 Received: from box.kiranshila.com ([69.55.55.27]:36547) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYt-0004qU-FO for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:47 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 10B7D7F1F8; Sat, 16 Jul 2022 15:34:41 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000082; bh=4fGAjSH/T4POHYDIHZPK+06BlRxE++p4QYa88Oirg0Y=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=5awFNgqVmW84mFnunQfETASXKr0SmBhEjX8JY/oldTHbQ1CrUSRpXEhjGngxV1LbC aSeXgmFu3BQ9gRRMoB2kuAatDHNB+Wi0uNxfadt+IT784j123xBmTMyWE73BWfWfOG zH+HJeDstYfz0IlEHshNYLDy+3z1TWCmgO+Y4vq1Fkx/GiU3qatLvlvLGuIKwXt/Vu rJkrnmCzknnSZc/+dthAJ+4NaHROTsVn9x7/4A9u/BOuVBhKMduGBdtlWbS24eFZsG g8dkOmBizvUQ4PlCbC7kXfJHFzSD5q8hYP2w/M2RLGFPaJvcUSIzE4d2BzDfCftnqs L2D+WPZUOHXqQ== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 4/7] Update rust-textwrap Date: Sat, 16 Jul 2022 12:34:10 -0700 Message-Id: <20220716193413.1092916-4-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 42 +++++++++++++++++++++++++++++--------- 1 file changed, 32 insertions(+), 10 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 2d10e91b3e..d6c6126c39 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -62537,8 +62537,39 @@ (define-public rust-text-size-1 (description "This package provides a newtypes for text offsets") (license (list license:expat license:asl2.0)))) +(define-public rust-textwrap-0.15 + (package + (name "rust-textwrap") + (version "0.15.0") + (source (origin + (method url-fetch) + (uri (crate-uri "textwrap" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1yw513k61lfiwgqrfvsjw1a5wpvm0azhpjr2kr0jhnq9c56is55i")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-hyphenation" ,rust-hyphenation-0.8) + ("rust-smawk" ,rust-smawk-0.3) + ("rust-terminal-size" ,rust-terminal-size-0.1) + ("rust-unicode-linebreak" ,rust-unicode-linebreak-0.1) + ("rust-unicode-width" ,rust-unicode-width-0.1)) + #:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3) + ("rust-lipsum" ,rust-lipsum-0.8) + ("rust-termion" ,rust-termion-1) + ("rust-unic-emoji-char" ,rust-unic-emoji-char-0.9) + ("rust-version-sync" ,rust-version-sync-0.9)))) + (home-page "https://github.com/mgeisler/textwrap") + (synopsis + "Powerful library for word wrapping, indenting, and dedenting strings") + (description + "Powerful library for word wrapping, indenting, and dedenting strings") + (license license:expat))) + (define-public rust-textwrap-0.12 (package + (inherit rust-textwrap-0.15) (name "rust-textwrap") (version "0.12.1") (source @@ -62556,16 +62587,7 @@ (define-public rust-textwrap-0.12 #:cargo-inputs (("rust-hyphenation" ,rust-hyphenation-0.8) ("rust-terminal-size" ,rust-terminal-size-0.1) - ("rust-unicode-width" ,rust-unicode-width-0.1)))) - (home-page - "https://github.com/mgeisler/textwrap") - (synopsis "Library for word wrapping, indenting, and dedenting strings") - (description - "Textwrap is a small library for word wrapping, indenting, and dedenting -strings. You can use it to format strings (such as help and error messages) -for display in commandline applications. It is designed to be efficient and -handle Unicode characters correctly.") - (license license:expat))) + ("rust-unicode-width" ,rust-unicode-width-0.1)))))) (define-public rust-textwrap-0.11 (package -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:06 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:06 +0000 Received: from localhost ([127.0.0.1]:46226 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozF-0007DV-N1 for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:05 -0400 Received: from box.kiranshila.com ([69.55.55.27]:54619) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYu-0004qf-IL for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:48 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 2DC2A7F1F7; Sat, 16 Jul 2022 15:34:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000083; bh=GrOu5mizYDHmdZJn4vVssBnLe3Zzhy9JlmoYHbfVPGY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=eUSvKtgJgMjMzt817ttNh9G+WkX94ImtV4iTQKOytRhO969g2KhNUFgCQMERAqpfW G01EtlgHp70E0RaOzUzOCUJzNEiSGzOFRdXuP4qdD3UaqzUhFrVbd+IiqSZnw+fjDn CGTERpf7kZLqSyc0o1JiCwz46fAXVgRVRC7bJc7DoIHitBuUOjnJkL6QooAXvywi+R As9E0rxRHNP9DsdIkznrHA4BZb7EF+ai09bkZaZFpCP4819HkFAlaHqeRubD2aCJsj Ap5x/KjbAUiRdeGlC+7aZncsraiOxN02p2kJuzkv4TWNzGnAZ1COLCi1r6ND49LfeA CIzhpehj5YM6Q== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 5/7] Update rust-once-cell Date: Sat, 16 Jul 2022 12:34:11 -0700 Message-Id: <20220716193413.1092916-5-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index d6c6126c39..4dc4ad7e26 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -39251,7 +39251,7 @@ (define-public rust-onig-sys-69.2 (define-public rust-once-cell-1 (package (name "rust-once-cell") - (version "1.9.0") + (version "1.13.0") (source (origin (method url-fetch) @@ -39259,14 +39259,14 @@ (define-public rust-once-cell-1 (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1mfqhrsgi368x92bwnq3vi3p5nv0n1qlrn69gfflhvkfkxfm2cns")))) + (base32 "1qfqvgnwfzzwxd13ybvplzshaqwnjnna9ghcn0zgijaq0zixp9hq")))) (build-system cargo-build-system) (arguments `(#:cargo-inputs (("rust-atomic-polyfill" ,rust-atomic-polyfill-0.1) - ("rust-parking-lot" ,rust-parking-lot-0.11)) + ("rust-parking-lot-core" ,rust-parking-lot-core-0.9)) #:cargo-development-inputs - (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.7) + (("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8) ("rust-lazy-static" ,rust-lazy-static-1) ("rust-regex" ,rust-regex-1)))) (home-page "https://github.com/matklad/once_cell") -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 16 17:06:07 2022 Received: (at 56571) by debbugs.gnu.org; 16 Jul 2022 21:06:07 +0000 Received: from localhost ([127.0.0.1]:46228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCozG-0007Dc-0e for submit@debbugs.gnu.org; Sat, 16 Jul 2022 17:06:07 -0400 Received: from box.kiranshila.com ([69.55.55.27]:43391) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oCnYv-0004qj-PI for 56571@debbugs.gnu.org; Sat, 16 Jul 2022 15:34:53 -0400 Received: from authenticated-user (box.kiranshila.com [69.55.55.27]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by box.kiranshila.com (Postfix) with ESMTPSA id 5C3537F1FA; Sat, 16 Jul 2022 15:34:44 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiranshila.com; s=mail; t=1658000084; bh=Pjxslfq8b5wlfnOQU6gFLtFh69k7GqoGXhk5Vhvate0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=4CNa6ePzD4v8q2jLzS8YaOWSFxbq9bMd1Evm3rUbjnU+xu1+fHThF1ICcAq8+LPXq Fp0UCjzG0ZjrAozpTZ/a798wl8dpGAVMU+OtSCN+4eYJeUvdLm3I8stNoWXNRLC8iy N257OKkesYLzPJcIAjKRXgwsgn97NszgpErwBw/iIOqLNHdw+6rHmxhVbP4azgw33U N2ZxhciLLt8PY03p84tr/NysQHpI+rlPa+mrsSjbJwJS1twkFIy36x4yjBf0YHKKp+ rpPEtEeOxgx5nJp2qy4PtSCyDtAF/2aBnMhEMNvsLNawtB/3isrSdhw4myD2Gn7bSy IJO2DBMEjBLFg== From: Kiran Shila To: 56571@debbugs.gnu.org Subject: [PATCH v2 6/7] Update rust-clap Date: Sat, 16 Jul 2022 12:34:12 -0700 Message-Id: <20220716193413.1092916-6-me@kiranshila.com> In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-Mailman-Approved-At: Sat, 16 Jul 2022 17:06:01 -0400 Cc: Kiran Shila X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --- gnu/packages/crates-io.scm | 53 ++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 13 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 4dc4ad7e26..f7a36b1494 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -11192,7 +11192,7 @@ (define-public rust-clang-sys-0.11 (define-public rust-clap-derive-3 (package (name "rust-clap-derive") - (version "3.0.0-beta.2") + (version "3.2.7") (source (origin (method url-fetch) @@ -11201,12 +11201,12 @@ (define-public rust-clap-derive-3 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "18cn82jhcha7m0nkpi1a03jx8k7aaq5kxfcxnsqpaa8ih5dp23rp")))) + "00prk3kkk4fi5aavlpa10d9akrx3cjkfcndrhmxzl6kf6y3z36vm")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t #:cargo-inputs - (("rust-heck" ,rust-heck-0.3) + (("rust-heck" ,rust-heck-0.4) ("rust-proc-macro-error" ,rust-proc-macro-error-1) ("rust-proc-macro2" ,rust-proc-macro2-1) @@ -11220,10 +11220,30 @@ (define-public rust-clap-derive-3 derive crate.") (license (list license:expat license:asl2.0)))) +(define-public rust-clap-lex-0.2 + (package + (name "rust-clap-lex") + (version "0.2.4") + (source (origin + (method url-fetch) + (uri (crate-uri "clap_lex" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "1ib1a9v55ybnaws11l63az0jgz5xiy24jkdgsmyl7grcm3sz4l18")))) + (build-system cargo-build-system) + (arguments + `(#:skip-build? #t + #:cargo-inputs (("rust-os-str-bytes" ,rust-os-str-bytes-6)))) + (home-page "https://github.com/clap-rs/clap/tree/master/clap_lex") + (synopsis "Minimal, flexible command line parser") + (description "Minimal, flexible command line parser") + (license (list license:expat license:asl2.0)))) + (define-public rust-clap-3 (package (name "rust-clap") - (version "3.0.0-beta.2") + (version "3.2.12") (source (origin (method url-fetch) @@ -11232,27 +11252,34 @@ (define-public rust-clap-3 (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0hm1kivw6190rxbfqhdr4hqwlrijvwh90i3d9dyyw0d5k0chdlab")))) + "0kb1ak48fqwv3i668qzkkxzd5f4ji40v9060n6hb9kj677z7k2xb")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs + `(#:tests? #false ;doc test fails + #:cargo-inputs (("rust-atty" ,rust-atty-0.2) + ("rust-backtrace" ,rust-backtrace-0.3) ("rust-bitflags" ,rust-bitflags-1) ("rust-clap-derive" ,rust-clap-derive-3) + ("rust-clap-lex" ,rust-clap-lex-0.2) ("rust-indexmap" ,rust-indexmap-1) - ("rust-os-str-bytes" ,rust-os-str-bytes-2) + ("rust-once-cell" ,rust-once-cell-1) + ("rust-regex" ,rust-regex-1) ("rust-strsim" ,rust-strsim-0.10) ("rust-termcolor" ,rust-termcolor-1) ("rust-terminal-size" ,rust-terminal-size-0.1) - ("rust-textwrap" ,rust-textwrap-0.12) - ("rust-unicode-width" ,rust-unicode-width-0.1) - ("rust-vec-map" ,rust-vec-map-0.8) + ("rust-textwrap" ,rust-textwrap-0.15) + ("rust-unicase" ,rust-unicase-2) ("rust-yaml-rust" ,rust-yaml-rust-0.4)) #:cargo-development-inputs - (("rust-criterion" ,rust-criterion-0.3) - ("rust-lazy-static" ,rust-lazy-static-1) + (("rust-humantime" ,rust-humantime-2) ("rust-regex" ,rust-regex-1) - ("rust-version-sync" ,rust-version-sync-0.8)))) + ("rust-rustversion" ,rust-rustversion-1) + ("rust-shlex" ,rust-shlex-1) + ("rust-snapbox" ,rust-snapbox-0.2) + ("rust-static-assertions" ,rust-static-assertions-1) + ("rust-trybuild" ,rust-trybuild-1) + ("rust-trycmd" ,rust-trycmd-0.13)))) (home-page "https://clap.rs/") (synopsis "Command Line Argument Parser") (description -- 2.37.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 19 10:47:03 2022 Received: (at 56571) by debbugs.gnu.org; 19 Jul 2022 14:47:03 +0000 Received: from localhost ([127.0.0.1]:54873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoV5-0000lc-IP for submit@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:03 -0400 Received: from albert.telenet-ops.be ([195.130.137.90]:44870) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoV3-0000lC-4X for 56571@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:02 -0400 Received: from ptr-bvsjgyig5nh0salm0pi.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by albert.telenet-ops.be with bizsmtp id x2mx2700X20ykKC062myQe; Tue, 19 Jul 2022 16:46:59 +0200 Message-ID: <8a9848bcdb27ec6ee16fd43ef3977cef9735f657.camel@telenet.be> Subject: Re: [bug#56571] [PATCH v2 6/7] Update rust-clap From: Maxime Devos To: Kiran Shila , 56571@debbugs.gnu.org Date: Tue, 19 Jul 2022 16:46:57 +0200 In-Reply-To: <20220716193413.1092916-6-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> <20220716193413.1092916-6-me@kiranshila.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1658242019; bh=mFI4tfOI6K0tHeCW0pPjBsVhO7aZkVVOgr0/jEed+lY=; h=Subject:From:To:Date:In-Reply-To:References; b=j/OQD2Pysnz4uqq4phEofuhGX1V8mOx+BziyM9cOgP1Ovmz/UP00zkh4dSOa7N5XT e/f8P44NE38GRS7EpDcl5EiGhtcjHIqJuz8gpVlK9/8ue5mmQIv84rXG04t8+Ug860 SOcRbQ6DlJWRWS+QiiXsraOG3QHOq3jQxgwekm2lMlDdRRKHtFkGmymdhzRNWajT51 FH+eJUlUMPF9YqdZ7d8Sao3bRqDdyM2zC8sZ8BH0H7SzxY3SaVoluQczJWO0b4kyrA 8dJj1UxIaAjvy95V8f43Sj6Lk55YxsFWBM5MyjBUlfZuSx2/LrIJtor8ecq0MGOazD F+T9XQK803R1g== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Kiran Shila schreef op za 16-07-2022 om 12:34 [-0700]: > +     `(#:tests? #false                  ;doc test fails Disabling tests on a test failure defeats the point of having tests. Has the test failure been reported upstream? Greetings, Maxime. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 19 10:47:58 2022 Received: (at 56571) by debbugs.gnu.org; 19 Jul 2022 14:47:58 +0000 Received: from localhost ([127.0.0.1]:54877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoVx-0000oc-Ri for submit@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:58 -0400 Received: from michel.telenet-ops.be ([195.130.137.88]:54804) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoVv-0000oG-MU for 56571@debbugs.gnu.org; Tue, 19 Jul 2022 10:47:56 -0400 Received: from ptr-bvsjgyig5nh0salm0pi.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by michel.telenet-ops.be with bizsmtp id x2nt2700B20ykKC062nuQw; Tue, 19 Jul 2022 16:47:54 +0200 Message-ID: Subject: Re: [bug#56571] [PATCH v2 4/7] Update rust-textwrap From: Maxime Devos To: Kiran Shila , 56571@debbugs.gnu.org Date: Tue, 19 Jul 2022 16:47:53 +0200 In-Reply-To: <20220716193413.1092916-4-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> <20220716193413.1092916-4-me@kiranshila.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1658242074; bh=J5GFNt5+3F8OAlVf76bWx1NWsyhYMNCP63jO5loJdnY=; h=Subject:From:To:Date:In-Reply-To:References; b=VbbC4tRaQPPSnf+olFYtz3Xtjg026gSMUIXdluL6PRR1br+YkrQJsLQa1P46gXCl7 SOHWqT5PyMC56ORJu8iu9dnBRCBl4QnWq6ZTAbAjobpnNl1KzLIht/JD5rJDiRJTfS SS79UYtxcj8SL2x0491rg1X75PVhwG3cuersFQprfMBQdgnwvK26ypaUln2NWkpLpE ORwcOT5aqM25hCrVHzZ0UNI7NuCe+yWmLIGa1AE+Eyn/EEWXebb32sq5eoKLX7qz9J kU0HJfBHd8gA4cDrISuOgDBH2bYxULJyFoZP/DW/YA/f+IkStXkvAkLPDpny2QJhaL ORishUVgprKOQ== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Kiran Shila schreef op za 16-07-2022 om 12:34 [-0700]: > +    (synopsis > +     "Powerful library for word wrapping, indenting, and dedenting > strings") > +    (description > +     "Powerful library for word wrapping, indenting, and dedenting > strings") > +    (license license:expat))) Why this synopsis and description instead of ... >  (define-public rust-textwrap-0.12 >    (package > +    (inherit rust-textwrap-0.15) >      (name "rust-textwrap") >      (version "0.12.1") >      (source > @@ -62556,16 +62587,7 @@ (define-public rust-textwrap-0.12 >         #:cargo-inputs >         (("rust-hyphenation" ,rust-hyphenation-0.8) >          ("rust-terminal-size" ,rust-terminal-size-0.1) > -        ("rust-unicode-width" ,rust-unicode-width-0.1)))) > -    (home-page > -     "https://github.com/mgeisler/textwrap") > -    (synopsis "Library for word wrapping, indenting, and dedenting > strings") > -    (description > -     "Textwrap is a small library for word wrapping, indenting, and > dedenting > -strings.  You can use it to format strings (such as help and error > messages) > -for display in commandline applications.  It is designed to be > efficient and > -handle Unicode characters correctly.") > -    (license license:expat))) ... this one? The latter looks strictly better to me. Greetings, Maxime. From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 19 10:49:45 2022 Received: (at 56571) by debbugs.gnu.org; 19 Jul 2022 14:49:45 +0000 Received: from localhost ([127.0.0.1]:54883 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoXh-0000sY-9y for submit@debbugs.gnu.org; Tue, 19 Jul 2022 10:49:45 -0400 Received: from laurent.telenet-ops.be ([195.130.137.89]:34598) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDoXf-0000sQ-JY for 56571@debbugs.gnu.org; Tue, 19 Jul 2022 10:49:44 -0400 Received: from ptr-bvsjgyig5nh0salm0pi.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:5dba:d409:33f7:a16]) by laurent.telenet-ops.be with bizsmtp id x2ph2700f20ykKC012ph5U; Tue, 19 Jul 2022 16:49:42 +0200 Message-ID: <8c1e94e066de4dfb971396e23c62a83090610485.camel@telenet.be> Subject: Re: [bug#56571] [PATCH v2 1/7] Update the rust-windows crates From: Maxime Devos To: Kiran Shila , 56571@debbugs.gnu.org Date: Tue, 19 Jul 2022 16:49:41 +0200 In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com> References: <875yjyhijv.fsf@cbaines.net> <20220716193413.1092916-1-me@kiranshila.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1658242182; bh=IuVmlgm1BlYqxP9Rf1/KsoYCZYBiCknx4xWWf1y/hd4=; h=Subject:From:To:Date:In-Reply-To:References; b=kQA0gRx3Yifb6UnGaRXw7docAgkSPvla369MWAzk3KwpK2b6dDCtuNQEmbW0i5FnK Ta2UQETegfi0Vbq3ytdyUIl1dMTy0hbllq+ruSyXg58wk1IPCrHrjC1Jhrf+tTX00U t0akqhJPKBeXmjQDAdCjQNosRMZLde0+6Jc2QMh9NcK1d1oS62aBQYXa/naESRQ2va +kvO6p9MGH0uHJwcMGQxwc7OnLOxDWf1XMMvuSET3HMa+/EJfqoRcaVhHWLfCLdJK9 5XrhE03ZBIhOHyB18GAsucAHubKnWOaYkXx5eogxGYqlYjvFR2M04P4hTFFyYsk6Dp mHopKYt7zHXLw== X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56571 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Kiran Shila schreef op za 16-07-2022 om 12:34 [-0700]: > --- Guix doesn't support cross-compilation of Rust crates to Windows yet at all, so no need to update Windows crates (they will be removed later anyway with antioxidant, the replacement of cargo-build-system, though that hasn't been completed yet). Greetings, Maxime. From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 31 16:54:35 2024 Received: (at control) by debbugs.gnu.org; 31 Mar 2024 20:54:36 +0000 Received: from localhost ([127.0.0.1]:48627 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr2CJ-00013e-MC for submit@debbugs.gnu.org; Sun, 31 Mar 2024 16:54:35 -0400 Received: from mailtransmit05.runbox.com ([2a0c:5a00:149::26]:43168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rr2CG-00012o-Lw; Sun, 31 Mar 2024 16:54:33 -0400 Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1rr2C5-00Cvq8-Rg; Sun, 31 Mar 2024 22:54:21 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=futurile.net; s=selector1; h=Content-Type:MIME-Version:Message-ID:Subject: Cc:To:From:Date; bh=x8z5xSiUm3Oa07buEH7FJy1VUGnStRk0jG9nBblWQII=; b=g5mgNaMbm ZMTiOuRAX+yT5ot74WVRHv1K7lNgb2G8tecazuV27cvfnJP8DBcDzIXTYkGEUwvvKe5QvsVRxYE6e bvJ7Fpi+4rVdD5oTbVKcnkaPKXoaS1gAG+1UKn/BmQKK+//incr3o36F59s+iz7PNZi/dcTcDeBpT vpw85H45n5v/He8RkJxS3rgtnJ/ro9QXKy+1uAAVpN4m6LmJXzt7nIJvyRBgnKS/K57kx0srfHJSv 00tYAEsKBNSAQkwA8K3h+Y0nefQnTbMcQgP9HOMdt4EOVSzXL9E4yV+jcZqpXiQ9BVGtJ+1bErahe UFX/IrPQ9i5Wu+kYnZ6TuCNaA==; Received: from [10.9.9.74] (helo=submission03.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1rr2C5-0007AO-Fm; Sun, 31 Mar 2024 22:54:21 +0200 Received: by submission03.runbox with esmtpsa [Authenticated ID (641962)] (TLS1.2:ECDHE_SECP256R1__RSA_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rr2C1-009APx-5n; Sun, 31 Mar 2024 22:54:17 +0200 Date: Sun, 31 Mar 2024 21:54:16 +0100 From: Steve George To: control@debbugs.gnu.org Subject: closing 56571 Message-ID: <1711918376-1627-bts-steve@futurile.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: devscripts bts/2.22.1ubuntu1 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control Cc: 56571-submitter@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) close 56571 Kiran thanks for sending these, as the Rust ecosystem is moving so fast we have later versions thanks From unknown Fri Sep 05 15:37:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 29 Apr 2024 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator