[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58142] [PATCH 4/7] gnu: rust-textwrap-0.12: Inherit from rust-textw
From: |
Greg Hogan |
Subject: |
[bug#58142] [PATCH 4/7] gnu: rust-textwrap-0.12: Inherit from rust-textwrap-0.14. |
Date: |
Wed, 28 Sep 2022 13:03:22 +0000 |
* gnu/packages/crates-io.scm (rust-textwrap-0.12): Inherit from
rust-textwrap-0.14.
---
gnu/packages/crates-io.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a1b94bf957..8c8e958418 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64636,6 +64636,7 @@ (define-public rust-textwrap-0.14
(define-public rust-textwrap-0.12
(package
+ (inherit rust-textwrap-0.14)
(name "rust-textwrap")
(version "0.12.1")
(source
@@ -64647,22 +64648,11 @@ (define-public rust-textwrap-0.12
(sha256
(base32
"12978qmkl5gcp94lxndpvp9qxq8mxp7hm9xbrw3422dgikchhc10"))))
- (build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
- #:cargo-inputs
+ `(#: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.3
- [bug#58142] [PATCH 0/7] Update tealdeer., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 1/7] gnu: Add rust-pager-0.16., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 2/7] gnu: rust-pager-0.15: Inherit from rust-pager-0.16., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 3/7] gnu: Add rust-textwrap-0.14., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 4/7] gnu: rust-textwrap-0.12: Inherit from rust-textwrap-0.14.,
Greg Hogan <=
- [bug#58142] [PATCH 7/7] gnu: tealdeer: Update to 1.5.0., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 5/7] gnu: Add rust-clap-derive-3.0.0-rc.11., Greg Hogan, 2022/09/28
- [bug#58142] [PATCH 6/7] gnu: Add rust-clap-3.0.0-rc.11., Greg Hogan, 2022/09/28