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

* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20191002.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-06 01:37:32 +02:00
parent 5327fbb391
commit 5d7e1c807d
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

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