mbox series

[bug#57448,0/5] gnu: exa: Update to 0.10.1.

Message ID 80b2ef6f-e467-dfe3-f838-a12e657687dd@gyara.moe
Headers show
Series gnu: exa: Update to 0.10.1. | expand

Message

ギャラ Aug. 27, 2022, 10:09 a.m. UTC
Hello,

This patch update exa to 0.10.1. Add pandoc as a native input to make 
man pages.

gyara (5):
       gnu: Add rust-number-prefix 0.4.0
       gnu: rust-iso8601: Update to 0.3
       gnu: rust-datetime: Update to 0.5.2
       gnu: rust-zoneinfo-compiled: Update to 0.5.1.
       gnu: exa: Update to 0.10.1

gnu/packages/crates-io.scm |  88 +++++++++++----------
gnu/packages/rust-apps.scm | 143 +++++++++++++++--------------------
2 files changed, 109 insertions(+), 122 deletions(-)

-- 
存在するということは、自分を创造することだ。

Comments

Ludovic Courtès Sept. 26, 2022, 7:51 p.m. UTC | #1
Hi,

ギャラ <me@gyara.moe> skribis:

>       gnu: Add rust-number-prefix 0.4.0
>       gnu: rust-iso8601: Update to 0.3
>       gnu: rust-datetime: Update to 0.5.2
>       gnu: rust-zoneinfo-compiled: Update to 0.5.1.
>       gnu: exa: Update to 0.10.1

Efraim, could you take a look at this series?  I never whether it’s okay
to update a given Rust package.

  https://issues.guix.gnu.org/57448

Thanks,
Ludo’.
Efraim Flashner Sept. 28, 2022, 10:56 a.m. UTC | #2
On Mon, Sep 26, 2022 at 09:51:38PM +0200, Ludovic Courtès wrote:
> Hi,
> 
> ギャラ <me@gyara.moe> skribis:
> 
> >       gnu: Add rust-number-prefix 0.4.0
> >       gnu: rust-iso8601: Update to 0.3
> >       gnu: rust-datetime: Update to 0.5.2
> >       gnu: rust-zoneinfo-compiled: Update to 0.5.1.
> >       gnu: exa: Update to 0.10.1
> 
> Efraim, could you take a look at this series?  I never whether it’s okay
> to update a given Rust package.
> 
>   https://issues.guix.gnu.org/57448

I've removed the bits about removing old rust packages; I'd rather leave
that for another time.

I adjusted the indentation so that the patches are smaller and I
completed the commit messages. I also added a follow-up commit to exa to
only use pandoc where it is supported.

Thanks for the patches!