gnu: perl-text-simpletable: Update to 2.07.
* gnu/packages/perl.scm (perl-text-simpletable): Update to 2.07.
This commit is contained in:
parent
d98c9e0269
commit
55c4724f7a
|
@ -8351,15 +8351,14 @@ algorism to indicate multiplication by 1000.")
|
||||||
(define-public perl-text-simpletable
|
(define-public perl-text-simpletable
|
||||||
(package
|
(package
|
||||||
(name "perl-text-simpletable")
|
(name "perl-text-simpletable")
|
||||||
(version "2.04")
|
(version "2.07")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MR/MRAMBERG/"
|
(uri (string-append "mirror://cpan/authors/id/M/MR/MRAMBERG/"
|
||||||
"Text-SimpleTable-" version ".tar.gz"))
|
"Text-SimpleTable-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1v8r8qpzg283p2pqqr8dqrak2bxray1b2jmib0qk75jffqw3yv95"))))
|
||||||
"14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Text-SimpleTable")
|
(home-page "https://metacpan.org/release/Text-SimpleTable")
|
||||||
(synopsis "Simple ASCII tables")
|
(synopsis "Simple ASCII tables")
|
||||||
|
|
Loading…
Reference in New Issue