diff mbox series

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

Message ID 87mtqva9gm.fsf@archlinux.i-did-not-set--mail-host-address--so-tickle-me
State Accepted
Headers show
Series [bug#49408,1/2] gnu: perl-text-bibtex: update to 0.88 | expand

Commit Message

Nathan Benedetto Proença July 8, 2021, 12:44 p.m. UTC
gnu/packages/tex.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Thiago Jung Bauermann July 12, 2021, 1:41 a.m. UTC | #1
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.
diff mbox series

Patch

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