summary refs log tree commit diff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 12:39:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 18:40:46 +0100
commita48d560f40a57d0f127a4dc7b6e9acec44ccf53b (patch)
tree2df134dafc4dd39b0979d6cc29502c35696062c6 /gnu/packages/perl-check.scm
parent17ed9595a5dfec9c5799f50d4fd74d93242c518d (diff)
downloadguix-a48d560f40a57d0f127a4dc7b6e9acec44ccf53b.tar.gz
gnu: perl-test-sharedfork: Update to 0.35.
* gnu/packages/perl-check.scm (perl-test-sharedfork): Update to 0.35.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index d3d2ae3d43..40bc4029de 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1119,15 +1119,14 @@ bin as is also commonly used) paths of your Perl distribution.")
 (define-public perl-test-sharedfork
   (package
     (name "perl-test-sharedfork")
-    (version "0.29")
+    (version "0.35")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/E/EX/EXODIST/"
                            "Test-SharedFork-" version ".tar.gz"))
        (sha256
-        (base32
-         "0vlak10q4gcf0ch0rfcb9lvddav6r8h15iipzbkbgf9mrj47gbv3"))))
+        (base32 "17y52j20k1bs9dgf4n6rhh9dn4cfxxbnfn2cfs7pb00fc5jyhci9"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-requires" ,perl-test-requires)))