me
/
guix
Archived
1
0
Fork 0

gnu: perl-test-mockmodule: Update to 0.177.0.

* gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.177.0.
master
Efraim Flashner 2021-11-28 15:52:28 +02:00
parent 2d332ba5ed
commit 3ffe6937bc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -840,14 +840,14 @@ memory_cycle_ok( $object );
(define-public perl-test-mockmodule
(package
(name "perl-test-mockmodule")
(version "0.171.0")
(version "0.177.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GF/GFRANKS/"
"Test-MockModule-v" version ".tar.gz"))
(sha256
(base32 "1arqgb1773zym5dqlwm6kz48bfrccjhb5bjfsif0vkalwq2gvm7b"))))
(base32 "0i8hiw9r2kak8kgp2qabr0cnnpp1yg1sddm781nhfxpavi4pmnhv"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)