diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 14:11:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 15:24:22 +0100 |
commit | 55c4724f7a57688f13352468bff936fb685189de (patch) | |
tree | f2ac4b5ad9eab038a639b9118f28aa459535b908 /gnu/packages | |
parent | d98c9e0269a03cfb3630d25f9b9c7b42c95a61db (diff) | |
download | guix-55c4724f7a57688f13352468bff936fb685189de.tar guix-55c4724f7a57688f13352468bff936fb685189de.tar.gz |
gnu: perl-text-simpletable: Update to 2.07.
* gnu/packages/perl.scm (perl-text-simpletable): Update to 2.07.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/perl.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 3a5b8dfca4..8d02ad137e 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8351,15 +8351,14 @@ algorism to indicate multiplication by 1000.") (define-public perl-text-simpletable (package (name "perl-text-simpletable") - (version "2.04") + (version "2.07") (source (origin (method url-fetch) (uri (string-append "mirror://cpan/authors/id/M/MR/MRAMBERG/" "Text-SimpleTable-" version ".tar.gz")) (sha256 - (base32 - "14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld")))) + (base32 "1v8r8qpzg283p2pqqr8dqrak2bxray1b2jmib0qk75jffqw3yv95")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/Text-SimpleTable") (synopsis "Simple ASCII tables") |