nckx pushed a commit to branch master
in repository guix.

commit 97845067b12764ea8d4d7f207213144f7ccb8881
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue Mar 17 02:31:23 2020 +0100

    gnu: perl-test-simple: Update to 1.302172.
    
    * gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302172.
---
 gnu/packages/perl-check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 67bdfd8..6af240a 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2017 Leo Famulari <[email protected]>
 ;;; Copyright © 2017 Christopher Baines <[email protected]>
 ;;; Copyright © 2017 Petter <[email protected]>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018 Oleg Pykhalov <[email protected]>
 ;;; Copyright © 2018 Pierre Neidhardt <[email protected]>
 ;;; Copyright © 2018 Kei Kebreau <[email protected]>
@@ -1237,14 +1237,14 @@ makes fork(2) safe to use in test cases.")
 (define-public perl-test-simple
   (package
     (name "perl-test-simple")
-    (version "1.302171")
+    (version "1.302172")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
                                   "Test-Simple-" version ".tar.gz"))
               (sha256
                (base32
-                "12in730hr51h42dwd3c5k7ysyp0xyk17583mfvx6zg56nb990zz2"))))
+                "1z1l8dgssf0mqbgik33sc5j48iiapppkwmacwah990hj0j7pd23k"))))
     (build-system perl-build-system)
     (synopsis "Basic utilities for writing tests")
     (description

Reply via email to