mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
062e399880
commit
0b8ce7879c
1 changed files with 4 additions and 2 deletions
|
@ -11897,10 +11897,12 @@ terminate a paragraph. Paragraphs may also be denoted by bulleting, numbering,
|
||||||
or quoting (see the following sections).")
|
or quoting (see the following sections).")
|
||||||
(license license:perl-license)))
|
(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
|
(define-public perl-text-balanced
|
||||||
(package
|
(package
|
||||||
(name "perl-text-balanced")
|
(name "perl-text-balanced")
|
||||||
(version "2.03")
|
(version "2.06")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11908,7 +11910,7 @@ or quoting (see the following sections).")
|
||||||
"Text-Balanced-" version ".tar.gz"))
|
"Text-Balanced-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j4jjw6bg6ik8cn1mimw54rvg4h0qf4hm9k63y9572sny3w56xq5"))))
|
"1bcjw05s1gcw1xjrnbw9rjmrn9bhzwlbmrnfckv2rjy0447hygkp"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Text-Balanced")
|
(home-page "https://metacpan.org/release/Text-Balanced")
|
||||||
(synopsis "Extract delimited text sequences from strings")
|
(synopsis "Extract delimited text sequences from strings")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue