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

View file

@ -735,15 +735,14 @@ (define-public perl-test-mockmodule
(define-public perl-test-mockobject (define-public perl-test-mockobject
(package (package
(name "perl-test-mockobject") (name "perl-test-mockobject")
(version "1.20150527") (version "1.20180705")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/" (uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
"Test-MockObject-" version ".tar.gz")) "Test-MockObject-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "06250ayzzd90vbvkpxwr9d3nlbbngl1b9nk2qk0ma4aibn6ha5j5"))))
"160xvhbpwqjaff4fgckvldknldzcbn1z3jvyzybs7cqlj1x3bwdd"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-exception" ,perl-test-exception) `(("perl-test-exception" ,perl-test-exception)