mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-test-mockmodule: Update to 0.177.0.
* gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.177.0.
This commit is contained in:
parent
2d332ba5ed
commit
3ffe6937bc
1 changed files with 2 additions and 2 deletions
|
@ -840,14 +840,14 @@ memory_cycle_ok( $object );
|
||||||
(define-public perl-test-mockmodule
|
(define-public perl-test-mockmodule
|
||||||
(package
|
(package
|
||||||
(name "perl-test-mockmodule")
|
(name "perl-test-mockmodule")
|
||||||
(version "0.171.0")
|
(version "0.177.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 "1arqgb1773zym5dqlwm6kz48bfrccjhb5bjfsif0vkalwq2gvm7b"))))
|
(base32 "0i8hiw9r2kak8kgp2qabr0cnnpp1yg1sddm781nhfxpavi4pmnhv"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue