guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#49408] [PATCH 1/2] gnu: perl-text-bibtex: update to 0.88


From: Thiago Jung Bauermann
Subject: [bug#49408] [PATCH 1/2] gnu: perl-text-bibtex: update to 0.88
Date: Sun, 11 Jul 2021 22:41:25 -0300

Hi Nathan,

Thank you for these patches! They look very good in my opinion. Though 
please keep in mind that I’ve just started contributing to Guix. I just 
have some minor comments on them.

Em quinta-feira, 8 de julho de 2021, às 09:44:04 -03, Nathan Benedetto 
Proença escreveu:
>  gnu/packages/tex.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

The patch itself looks good to me. The description needs a changelog 
entry. In this case it would be very simple:

* gnu/packages/tex.scm (perl-text-bibtex): Update to 0.88.

> diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
> index b380a604b7..b8059b7b73 100644
> --- a/gnu/packages/tex.scm
> +++ b/gnu/packages/tex.scm
> @@ -6882,7 +6882,7 @@ This package contains the complete TeX Live
> distribution.") (define-public perl-text-bibtex
>    (package
>      (name "perl-text-bibtex")
> -    (version "0.85")
> +    (version "0.88")
>      (source
>       (origin
>         (method url-fetch)
> @@ -6890,7 +6890,7 @@ This package contains the complete TeX Live
> distribution.") version ".tar.gz"))
>         (sha256
>          (base32
> -         "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h"))))
> +         "0b7lmjvfmypps1nw6nsdikgaakm0n0g4186glaqazg5xd1p5h55h"))))
>      (build-system perl-build-system)
>      (arguments
>       `(#:phases

I applied the patch and verified that perl-text-bibtex builds.

-- 
Thanks,
Thiago








reply via email to

[Prev in Thread] Current Thread [Next in Thread]