diff options
author | Nathan Benedetto Proença <nathan@vieiraproenca.com> | 2021-07-08 09:44:04 -0300 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-07-21 15:57:31 +0200 |
commit | 313c69a10008f9f794163970930f6e74e651ed24 (patch) | |
tree | 0d93eea8c5b11c0415bd6fb737f023f4ebaf627c /gnu/packages/tex.scm | |
parent | 4b11d85655f08fa84ae72ac39280173247c3bc3f (diff) |
gnu: perl-text-bibtex: Update to 0.88.
* gnu/packages/tex.scm (perl-text-bibtex): Update to 0.88.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r-- | gnu/packages/tex.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5eb1a043aa..f8eb3e80d5 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -6921,7 +6921,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) @@ -6929,7 +6929,7 @@ This package contains the complete TeX Live distribution.") version ".tar.gz")) (sha256 (base32 - "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h")))) + "0b7lmjvfmypps1nw6nsdikgaakm0n0g4186glaqazg5xd1p5h55h")))) (build-system perl-build-system) (arguments `(#:phases |