guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: perl-test-simple: Update to 1.302162.


From: guix-commits
Subject: 09/21: gnu: perl-test-simple: Update to 1.302162.
Date: Fri, 15 Mar 2019 15:31:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 960f2ade7e35f1c60f7aa90ed0f7369b90c3a97a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 15 12:39:17 2019 +0100

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



reply via email to

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