summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 19:17:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:31:51 +0100
commit59a5a1df3393f7ea1f9deaa6e4aaa0b8163bc93b (patch)
treee8b2126b6eb71abeef388f456647fb59e2a1fa0a /gnu
parent695f839e14ba8abb98b2aaf7167102692e6d29f5 (diff)
downloadguix-59a5a1df3393f7ea1f9deaa6e4aaa0b8163bc93b.tar.gz
gnu: perl-text-csv: Update to 1.99.
* gnu/packages/perl.scm (perl-text-csv): Update to 1.99.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 834f02b736..26365833fa 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8239,15 +8239,14 @@ text sequences from strings.")
 (define-public perl-text-csv
   (package
     (name "perl-text-csv")
-    (version "1.33")
+    (version "1.99")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/M/MA/MAKAMAKA/"
                            "Text-CSV-" version ".tar.gz"))
        (sha256
-        (base32
-         "05a1nayxv04n0hx7y3m8327ijm34k9nhngrbxl18zmgzpawqynww"))))
+        (base32 "1llccsl6sr11g9affh43m6q5r85qgnpi9n7idcs1vi9cn4ww0kp7"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Text-CSV")
     (synopsis "Manipulate comma-separated values")