all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 58142@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
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	[thread overview]
Message-ID: <f2ff940c8fa798b8a43021701d84a60066bbb998.1664369656.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1664369656.git.code@greghogan.com>

* 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





  parent reply	other threads:[~2022-09-28 13:24 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 13:00 [bug#58142] [PATCH 0/7] Update tealdeer Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 1/7] gnu: Add rust-pager-0.16 Greg Hogan
2022-09-28 13:03 ` Greg Hogan [this message]
2022-09-28 13:03 ` [bug#58142] [PATCH 3/7] gnu: Add rust-textwrap-0.14 Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 4/7] gnu: rust-textwrap-0.12: Inherit from rust-textwrap-0.14 Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 5/7] gnu: Add rust-clap-derive-3.0.0-rc.11 Greg Hogan
2022-09-28 18:09   ` [bug#58142] [PATCH 0/7] Update tealdeer Maxim Cournoyer
2022-09-28 13:03 ` [bug#58142] [PATCH 6/7] gnu: Add rust-clap-3.0.0-rc.11 Greg Hogan
2022-09-28 18:10   ` [bug#58142] [PATCH 0/7] Update tealdeer Maxim Cournoyer
2022-11-07 17:57     ` bug#58142: " Greg Hogan
2022-09-28 13:03 ` [bug#58142] [PATCH 7/7] gnu: tealdeer: Update to 1.5.0 Greg Hogan

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

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

  git send-email \
    --in-reply-to=f2ff940c8fa798b8a43021701d84a60066bbb998.1664369656.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=58142@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.