summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@friendly-machines.com>2025-05-05 23:04:19 +0200
committerDanny Milosavljevic <dannym@friendly-machines.com>2025-05-10 21:35:57 +0200
commit0b8ce7879c3fb7693e37dc2f7af74a0cb6a73ea9 (patch)
tree1caa79adfaeac65b62627891fff50fed3f80376a
parent062e399880f1c4332d3ab80d1d061681dadb7db9 (diff)
gnu: perl-text-balanced: Update to 2.06.
* gnu/packages/perl.scm (perl-text-balanced): Update to 2.06. Change-Id: If11968fdfe582e7b8f17b0295d135d2237c374dc
-rw-r--r--gnu/packages/perl.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 73507228a1..9dfd3fcf61 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")