guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: perl-test-simple: Update to 1.302164.


From: guix-commits
Subject: 04/05: gnu: perl-test-simple: Update to 1.302164.
Date: Mon, 22 Jul 2019 03:18:58 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bbbed2e60de043c576612e9f8a9f08c005868ad3
Author: Efraim Flashner <address@hidden>
Date:   Mon Jul 22 09:07:58 2019 +0300

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



reply via email to

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