guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: perl-text-format: Update to 0.61.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: perl-text-format: Update to 0.61.
Date: Wed, 30 May 2018 04:14:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3fe0d360277c2593638c4957346d00e951899644
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue May 29 21:51:12 2018 +0200

    gnu: perl-text-format: Update to 0.61.
    
    * gnu/packages/perl.scm (perl-text-format): Update to 0.61.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f6c8f7d..702d89e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8235,7 +8235,7 @@ generally slower on larger files.")
 (define-public perl-text-format
   (package
     (name "perl-text-format")
-    (version "0.60")
+    (version "0.61")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -8243,7 +8243,7 @@ generally slower on larger files.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "1f52jak0a2gwi4qcisp4nfbniq04dmmv5j8zkvzj8ik0f0sk2kv6"))))
+                "0axfyiml3zwawwd127z8rl2lm53z6dlsflzmp80m3j0myn7kp2mv"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

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