summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-24 22:34:20 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-25 00:36:31 +0100
commit749d800850df646e8a3ad0ea4936d923919a7dfe (patch)
treeb0c39cab2b8e314f95b79fad705a5b5c3076b476 /gnu
parent810cd037a01133915d8e81bfda52bc93a57c61a3 (diff)
downloadgnu-guix-749d800850df646e8a3ad0ea4936d923919a7dfe.tar
gnu-guix-749d800850df646e8a3ad0ea4936d923919a7dfe.tar.gz
gnu: perl-text-simpletable: Update to 2.04.
* gnu/packages/perl.scm (perl-text-simpletable): Update to 2.04.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 39449d9320..ffb84440aa 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7952,7 +7952,7 @@ algorism to indicate multiplication by 1000.")
(define-public perl-text-simpletable
(package
(name "perl-text-simpletable")
- (version "2.03")
+ (version "2.04")
(source
(origin
(method url-fetch)
@@ -7960,7 +7960,7 @@ algorism to indicate multiplication by 1000.")
"Text-SimpleTable-" version ".tar.gz"))
(sha256
(base32
- "15hpry9jwrf1vbjyk21s65rllxrdvp2fdzzv9gsvczggby2yyzfs"))))
+ "14sjmdcy7s73sk740g3ccmzmwhwd52x5ay3bjmibjlql1cag70ld"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Text-SimpleTable/")
(synopsis "Simple ASCII tables")