gnu: perl-text-balanced: Update to 2.06.

* gnu/packages/perl.scm (perl-text-balanced): Update to 2.06.

Change-Id: If11968fdfe582e7b8f17b0295d135d2237c374dc
This commit is contained in:
Danny Milosavljevic 2025-05-05 23:04:19 +02:00
parent 062e399880
commit 0b8ce7879c
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")