summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-15 21:15:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-15 21:23:57 +0200
commit9fb0464c215df8a673c14ad7caec931b8d80f4f9 (patch)
tree8cf493494924148a218145e35da5dc4353b992fd
parent5af7428b796ae4da9a35453f2ba03108673178ac (diff)
gnu: perl-text-csv: Update to 2.00.
* gnu/packages/perl.scm (perl-text-csv): Update to 2.00.
-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 3dbe0b51d78..5a4081b8695 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8430,14 +8430,14 @@ text sequences from strings.")
8430(define-public perl-text-csv 8430(define-public perl-text-csv
8431 (package 8431 (package
8432 (name "perl-text-csv") 8432 (name "perl-text-csv")
8433 (version "1.99") 8433 (version "2.00")
8434 (source 8434 (source
8435 (origin 8435 (origin
8436 (method url-fetch) 8436 (method url-fetch)
8437 (uri (string-append "mirror://cpan/authors/id/I/IS/ISHIGAKI/" 8437 (uri (string-append "mirror://cpan/authors/id/I/IS/ISHIGAKI/"
8438 "Text-CSV-" version ".tar.gz")) 8438 "Text-CSV-" version ".tar.gz"))
8439 (sha256 8439 (sha256
8440 (base32 "1llccsl6sr11g9affh43m6q5r85qgnpi9n7idcs1vi9cn4ww0kp7")))) 8440 (base32 "1hmjrc8h622nybdq8lpqi3hlrcjvb474s4a4b2cjs8h5b0cxkjwc"))))
8441 (build-system perl-build-system) 8441 (build-system perl-build-system)
8442 (home-page "https://metacpan.org/release/Text-CSV") 8442 (home-page "https://metacpan.org/release/Text-CSV")
8443 (synopsis "Manipulate comma-separated values") 8443 (synopsis "Manipulate comma-separated values")