guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: perl-test-simple: Update to 1.302136.


From: Tobias Geerinckx-Rice
Subject: 05/20: gnu: perl-test-simple: Update to 1.302136.
Date: Thu, 26 Apr 2018 15:09:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 41b937cd5f4f64ec130b875c1e59f4a51831ecdc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Apr 21 23:02:11 2018 +0200

    gnu: perl-test-simple: Update to 1.302136.
    
    * gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302136.
---
 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 7e5588b..f8be207 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1077,14 +1077,14 @@ makes fork(2) safe to use in test cases.")
 (define-public perl-test-simple
   (package
     (name "perl-test-simple")
-    (version "1.302122")
+    (version "1.302136")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
                                   "Test-Simple-" version ".tar.gz"))
               (sha256
                (base32
-                "117m707cbvrh01s3w6g371i9xvpnklifiqpcmky4f49jgck8izgm"))))
+                "0inlv8f4rbhsw6qnqhf1w6ay153xbw27fldmb2pmg4ihn19mr6ld"))))
     (build-system perl-build-system)
     (synopsis "Basic utilities for writing tests")
     (description



reply via email to

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