unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "VÖRÖSKŐI András" <voroskoi@gmail.com>
To: 71026@debbugs.gnu.org
Cc: "VÖRÖSKŐI András" <voroskoi@gmail.com>,
	"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#71026] [PATCH 31/36] gnu: rust-textwrap: Update to 0.16.1.
Date: Sat, 18 May 2024 08:45:53 +0200	[thread overview]
Message-ID: <00de32e2af34da5818da3d2909295f2e77cbadd2.1716014758.git.voroskoi@gmail.com> (raw)
In-Reply-To: <daf11dc81a5a9b3acfbfcb9f9feb0d3e1e77c5c2.1716014756.git.voroskoi@gmail.com>

* gnu/packages/crates-io.scm (rust-textwrap): Update to 0.16.1.

Change-Id: Ic7a051c277f33a520a3da01e80b0fc8dd90ded36
---
 gnu/packages/crates-io.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 944448a1cd..c90370e1da 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -79102,26 +79102,24 @@ (define-public rust-textnonce-1
 (define-public rust-textwrap-0.16
   (package
     (name "rust-textwrap")
-    (version "0.16.0")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "textwrap" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0gbwkjf15l6p3x2rkr75fa4cpcs1ly4c8pmlfx5bl6zybcm24ai2"))))
+        (base32 "1fgqn3mg9gdbjxwfxl76fg0qiq53w3mk4hdh1x40jylnz39k9m13"))))
     (build-system cargo-build-system)
     (arguments
-     (list #:skip-build? #t
-           #:cargo-inputs
-           `(("rust-hyphenation" ,rust-hyphenation-0.8)
-             ("rust-smawk" ,rust-smawk-0.3)
-             ("rust-terminal-size" ,rust-terminal-size-0.2)
-             ("rust-termion" ,rust-termion-2)
-             ("rust-unic-emoji-char" ,rust-unic-emoji-char-0.9)
-             ("rust-unicode-linebreak" ,rust-unicode-linebreak-0.1)
-             ("rust-unicode-width" ,rust-unicode-width-0.1)
-             ("rust-version-sync" ,rust-version-sync-0.9))))
+     `(#:cargo-inputs (("rust-hyphenation" ,rust-hyphenation-0.8)
+                       ("rust-smawk" ,rust-smawk-0.3)
+                       ("rust-terminal-size" ,rust-terminal-size-0.2)
+                       ("rust-unicode-linebreak" ,rust-unicode-linebreak-0.1)
+                       ("rust-unicode-width" ,rust-unicode-width-0.1))
+       #:cargo-development-inputs (("rust-termion" ,rust-termion-2)
+                                   ("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 "Library for word wrapping, indenting, and dedenting strings")
     (description
-- 
2.41.0





  parent reply	other threads:[~2024-05-18  6:48 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-18  6:21 [bug#71026] rbw-1.10.1 András Vöröskői
2024-05-18  6:45 ` [bug#71026] [PATCH 01/36] gnu: rust-anyhow: Update to 1.0.82 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 02/36] gnu: rust-cpufeatures: Update to 0.2.12 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 03/36] gnu: rust-argon2: Update to 0.5.3 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 04/36] gnu: rust-async-trait: Update to 0.1.80 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 05/36] gnu: Add rust-base64-0.22.1 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 06/36] gnu: rust-clap-complete: Update to 4.5.2 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 07/36] gnu: Add rust-x11-clipboard-0.9.2 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 08/36] gnu: rust-copypasta: Update to 0.10.1 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 09/36] gnu: rust-env-logger: Update to 0.11.3 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 10/36] gnu: rust-is-terminal: Update to 0.4.12 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 11/36] gnu: rust-regex-automata: Update to 0.4.6 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 12/36] gnu: rust-regex: Update to 1.10.4 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 13/36] gnu: Add rust-mmap-fixed-0.1.6 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 14/36] gnu: rust-region: Update to 3.0.2 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 15/36] gnu: Add rust-h3-0.0.4 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 16/36] gnu: Add rust-h3-quinn-0.0.5 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 17/36] gnu: Add rust-hyper-rustls-0.26.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 18/36] gnu: Add rust-hyper-tls-0.6.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 19/36] gnu: rust-pin-project-internal: Update to 1.1.5 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 20/36] gnu: rust-pin-project: " VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 21/36] gnu: Add rust-wasm-streams-0.4.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 22/36] gnu: rust-rustls-pki-types: Update to 1.7.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 23/36] gnu: Add rust-reqwest-0.12.4 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 24/36] gnu: rust-rmp: Update to 0.8.14 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 25/36] gnu: rust-rmpv: Update to 1.3.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 26/36] gnu: rust-rustix: Update to 0.38.34 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 27/36] gnu: rust-serde: Update to 1.0.202 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 28/36] gnu: rust-serde-json: Update to 1.0.117 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 29/36] gnu: rust-serde-path-to-error: Update to 0.1.16 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 30/36] gnu: rust-serde-repr: Update to 0.1.19 VÖRÖSKŐI András
2024-05-18  6:45   ` VÖRÖSKŐI András [this message]
2024-05-18  6:45   ` [bug#71026] [PATCH 32/36] gnu: rust-thiserror: Update to 1.0.61 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 33/36] gnu: rust-tokio: Update to 1.37.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 34/36] gnu: rust-tokio-stream: Update to 0.1.15 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 35/36] gnu: rust-uuid: Update to 1.8.0 VÖRÖSKŐI András
2024-05-18  6:45   ` [bug#71026] [PATCH 36/36] gnu: rbw: Update to 1.10.1 VÖRÖSKŐI András
2024-05-21 17:13 ` [bug#71026] [PATCH] gnu: rbw: Update to 1.10.2 VÖRÖSKŐI András

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=00de32e2af34da5818da3d2909295f2e77cbadd2.1716014758.git.voroskoi@gmail.com \
    --to=voroskoi@gmail.com \
    --cc=71026@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).