gnu: perl-test-mockobject: Update to 1.20180705.

* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20180705.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 11:52:48 +01:00
parent e1abfc7679
commit cb5c64c6f5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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)