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-10-06 01:37:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-06 04:46:53 +0200
commit5d7e1c807dd1184b9145f27d83b72fde34f204b7 (patch)
tree58e8914d7d2e467f7c1c16ac47279ee90ccd01ea /gnu/packages/perl-check.scm
parent5327fbb39163cb8630ecfab39ebbb6bcd90d6788 (diff)
downloadguix-5d7e1c807dd1184b9145f27d83b72fde34f204b7.tar.gz
gnu: perl-test-mockobject: Update to 1.20191002.
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20191002.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 98d01d598a..5eac984423 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -836,14 +836,14 @@ you @code{unmock()} the subroutine.")
 (define-public perl-test-mockobject
   (package
     (name "perl-test-mockobject")
-    (version "1.20180705")
+    (version "1.20191002")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
                            "Test-MockObject-" version ".tar.gz"))
        (sha256
-        (base32 "06250ayzzd90vbvkpxwr9d3nlbbngl1b9nk2qk0ma4aibn6ha5j5"))))
+        (base32 "160r36j727hw6syazh6sfq862f95dp1zcga0nil7cjlry77lqsn7"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-cgi" ,perl-cgi)