From 0b8ce7879c3fb7693e37dc2f7af74a0cb6a73ea9 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Mon, 5 May 2025 23:04:19 +0200 Subject: gnu: perl-text-balanced: Update to 2.06. * gnu/packages/perl.scm (perl-text-balanced): Update to 2.06. Change-Id: If11968fdfe582e7b8f17b0295d135d2237c374dc --- gnu/packages/perl.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 73507228a13..9dfd3fcf61d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -11897,10 +11897,12 @@ terminate a paragraph. Paragraphs may also be denoted by bulleting, numbering, or quoting (see the following sections).") (license license:perl-license))) +;; This module is part of perl--but if you really really want a newer version, +;; you can use this package instead. (define-public perl-text-balanced (package (name "perl-text-balanced") - (version "2.03") + (version "2.06") (source (origin (method url-fetch) @@ -11908,7 +11910,7 @@ or quoting (see the following sections).") "Text-Balanced-" version ".tar.gz")) (sha256 (base32 - "1j4jjw6bg6ik8cn1mimw54rvg4h0qf4hm9k63y9572sny3w56xq5")))) + "1bcjw05s1gcw1xjrnbw9rjmrn9bhzwlbmrnfckv2rjy0447hygkp")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/Text-Balanced") (synopsis "Extract delimited text sequences from strings") -- cgit v1.3