summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 11:52:48 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 18:40:44 +0100
commitcb5c64c6f59b4415c190d237e0bbe927bc92ccda (patch)
treef4bd1accbecdb3aa21f0e9ff9ed42cf434254ac0 /gnu/packages/perl-check.scm
parente1abfc76797256e2ddf952a9d812ef1214e2639d (diff)
downloadguix-patches-cb5c64c6f59b4415c190d237e0bbe927bc92ccda.tar
guix-patches-cb5c64c6f59b4415c190d237e0bbe927bc92ccda.tar.gz
gnu: perl-test-mockobject: Update to 1.20180705.
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20180705.
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 226afc3112..b9d3d1d61c 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -735,15 +735,14 @@ you @code{unmock()} the subroutine.")
(define-public perl-test-mockobject
(package
(name "perl-test-mockobject")
- (version "1.20150527")
+ (version "1.20180705")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
"Test-MockObject-" version ".tar.gz"))
(sha256
- (base32
- "160xvhbpwqjaff4fgckvldknldzcbn1z3jvyzybs7cqlj1x3bwdd"))))
+ (base32 "06250ayzzd90vbvkpxwr9d3nlbbngl1b9nk2qk0ma4aibn6ha5j5"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-exception" ,perl-test-exception)