guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

57/59: gnu: perl-text-simpletable: Update to 2.07.


From: guix-commits
Subject: 57/59: gnu: perl-text-simpletable: Update to 2.07.
Date: Sat, 23 Mar 2019 11:04:20 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 55c4724f7a57688f13352468bff936fb685189de
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:11:27 2019 +0100

    gnu: perl-text-simpletable: Update to 2.07.
    
    * gnu/packages/perl.scm (perl-text-simpletable): Update to 2.07.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3a5b8df..8d02ad1 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]