guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-test-simple: Update to 1.302026.


From: Ludovic Courtès
Subject: 01/01: gnu: perl-test-simple: Update to 1.302026.
Date: Thu, 16 Jun 2016 11:36:17 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 68a973024fc2a5c6c79d26e4f4fc4a275facf97d
Author: ng0 <address@hidden>
Date:   Wed Jun 15 21:04:05 2016 +0000

    gnu: perl-test-simple: Update to 1.302026.
    
    * gnu/packages/perl.scm (perl-test-simple): Update to 1.302026.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 e7e7967..e45db04 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5374,14 +5374,14 @@ makes fork(2) safe to use in test cases.")
 (define-public perl-test-simple
   (package
     (name "perl-test-simple")
-    (version "1.001014")
+    (version "1.302026")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
                                   "Test-Simple-" version ".tar.gz"))
               (sha256
                (base32
-                "0szi95shwwdvc4nqykzgx05g2m1001mjhvqqhjg5wypbi771992m"))))
+                "1mq1sykv48rgjamw4wxa290mnyjm0dw9w9lpzncnac9gfx18vm72"))))
     (build-system perl-build-system)
     (synopsis "Basic utilities for writing tests")
     (description



reply via email to

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