mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
e1abfc7679
commit
cb5c64c6f5
1 changed files with 2 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue