[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: perl-test-mockmodule: Update to 0.170.0.
From: |
guix-commits |
Subject: |
02/10: gnu: perl-test-mockmodule: Update to 0.170.0. |
Date: |
Wed, 2 Jan 2019 15:11:28 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 31d9f552715c66bf5d1de12bcf8902335cc5f106
Author: Efraim Flashner <address@hidden>
Date: Wed Jan 2 20:08:18 2019 +0200
gnu: perl-test-mockmodule: Update to 0.170.0.
* gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.170.0.
[source]: Update source uri.
[native-inputs]: Add perl-test-warnings.
---
gnu/packages/perl-check.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 5db0dba..ee832cc 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -707,20 +707,21 @@ memory_cycle_ok( $object );
(define-public perl-test-mockmodule
(package
(name "perl-test-mockmodule")
- (version "0.13")
+ (version "0.170.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/G/GF/GFRANKS/"
- "Test-MockModule-" version ".tar.gz"))
+ "Test-MockModule-v" version ".tar.gz"))
(sha256
- (base32 "0lwh6fvnc16r6d74vvh5h4b5a1spcslpjb3mcqbv23k01lm78wvl"))))
+ (base32 "0pggwrlqj6k44qayhbpjqkzry1r626iy2vf30zlf2jdhbjbvlycz"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)
;; For tests.
("perl-test-pod" ,perl-test-pod)
- ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
+ ("perl-test-pod-coverage" ,perl-test-pod-coverage)
+ ("perl-test-warnings" ,perl-test-warnings)))
(propagated-inputs
`(("perl-super" ,perl-super)))
(home-page "https://metacpan.org/release/Test-MockModule";)
- branch master updated (afbf976 -> d804a40), guix-commits, 2019/01/02
- 02/10: gnu: perl-test-mockmodule: Update to 0.170.0.,
guix-commits <=
- 04/10: gnu: perl-json-maybexs: Update to 1.004000., guix-commits, 2019/01/02
- 10/10: gnu: emacs-hydra: Update to 0.14.0., guix-commits, 2019/01/02
- 09/10: gnu: emacs-edit-indirect: Update to 0.1.5., guix-commits, 2019/01/02
- 08/10: gnu: signing-party: Update to 2.7., guix-commits, 2019/01/02
- 03/10: gnu: perl-cpanel-json-xs: Update to 4.08., guix-commits, 2019/01/02
- 01/10: gnu: perl-test-simple: Update to 1.302141., guix-commits, 2019/01/02
- 07/10: gnu: perl-archive-zip: Update to 1.64., guix-commits, 2019/01/02
- 06/10: gnu: zstd: Update to 1.3.8., guix-commits, 2019/01/02
- 05/10: gnu: perl-yaml-tiny: Update to 1.73., guix-commits, 2019/01/02