guix-commits
[Top][All Lists]
Advanced

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

02/20: gnu: perl-test-pod: Update to 1.52.


From: Tobias Geerinckx-Rice
Subject: 02/20: gnu: perl-test-pod: Update to 1.52.
Date: Thu, 26 Apr 2018 15:09:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cb6fb537dd5dacea0a3b7ca2be6b24b14a62c646
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Apr 21 16:13:55 2018 +0200

    gnu: perl-test-pod: Update to 1.52.
    
    * gnu/packages/perl-check.scm (perl-test-pod): Update to 1.52.
---
 gnu/packages/perl-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 4291c90..efbe692 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -894,7 +894,7 @@ as flexible as possible to the tester.")
 (define-public perl-test-pod
   (package
     (name "perl-test-pod")
-    (version "1.51")
+    (version "1.52")
     (source
      (origin
        (method url-fetch)
@@ -902,7 +902,7 @@ as flexible as possible to the tester.")
                            "Test-Pod-" version ".tar.gz"))
        (sha256
         (base32
-         "1yvy5mc4j3s2h4aizryvark2nm58g2c6zhw9mlx9wmsavz7d78f1"))))
+         "1z75x1pxwp8ajwq9iazlg2c3wd7rdlim08yclpdg32qnc36dpa30"))))
     (build-system perl-build-system)
     (native-inputs `(("perl-module-build" ,perl-module-build)))
     (home-page "http://search.cpan.org/dist/Test-Pod/";)



reply via email to

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