mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-test-mockmodule: Update to 0.171.0.
* gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.171.0.
This commit is contained in:
parent
d9f6d587ae
commit
d195f623aa
1 changed files with 2 additions and 2 deletions
|
@ -805,14 +805,14 @@ (define-public perl-test-memory-cycle
|
||||||
(define-public perl-test-mockmodule
|
(define-public perl-test-mockmodule
|
||||||
(package
|
(package
|
||||||
(name "perl-test-mockmodule")
|
(name "perl-test-mockmodule")
|
||||||
(version "0.170.0")
|
(version "0.171.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/G/GF/GFRANKS/"
|
(uri (string-append "mirror://cpan/authors/id/G/GF/GFRANKS/"
|
||||||
"Test-MockModule-v" version ".tar.gz"))
|
"Test-MockModule-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pggwrlqj6k44qayhbpjqkzry1r626iy2vf30zlf2jdhbjbvlycz"))))
|
(base32 "1arqgb1773zym5dqlwm6kz48bfrccjhb5bjfsif0vkalwq2gvm7b"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)
|
`(("perl-module-build" ,perl-module-build)
|
||||||
|
|
Loading…
Reference in a new issue