[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#58142] [PATCH 2/7] gnu: rust-pager-0.15: Inherit from rust-pager-0.
From: |
Greg Hogan |
Subject: |
[bug#58142] [PATCH 2/7] gnu: rust-pager-0.15: Inherit from rust-pager-0.16. |
Date: |
Wed, 28 Sep 2022 13:03:20 +0000 |
* gnu/packages/crates-io.scm (rust-pager-0.15): Inherit from
rust-pager-0.16.
---
gnu/packages/crates-io.scm | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a8cf5e5444..1cda57c42e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41716,6 +41716,7 @@ (define-public rust-pager-0.16
(define-public rust-pager-0.15
(package
+ (inherit rust-pager-0.16)
(name "rust-pager")
(version "0.15.0")
(source
@@ -41726,17 +41727,7 @@ (define-public rust-pager-0.15
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0a35mg68s0p63ya2k5hsg620c4llkjw2fx1sfi0laz4pz8myv75n"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs
- (("rust-errno" ,rust-errno-0.2)
- ("rust-libc" ,rust-libc-0.2))))
- (home-page "https://gitlab.com/imp/pager-rs.git")
- (synopsis "Helps pipe your output through an external pager")
- (description
- "This package pipes your Rust output through an external pager.")
- (license (list license:asl2.0 license:expat))))
+ "0a35mg68s0p63ya2k5hsg620c4llkjw2fx1sfi0laz4pz8myv75n"))))))
(define-public rust-palette-0.5
(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 <=
- [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, 2022/09/28
- [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