diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 21:42:29 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-27 02:56:41 +0200 |
commit | a7999e2d63c83598d1fc019416ee96025d17ef4c (patch) | |
tree | dbfa3f855769410d34407c409f9275a0b09e6319 /gnu | |
parent | 93a554a0d985f99c00ba1423efba6f091ce6d48b (diff) |
gnu: perl-test-notabs: Update to 2.02.
* gnu/packages/perl-check.scm (perl-test-notabs): Update to 2.02.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index f8be207f1b..9c17733d4c 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -798,7 +798,7 @@ If used in a subtest, the remainder of the subtest will be skipped.") (define-public perl-test-notabs (package (name "perl-test-notabs") - (version "2.00") + (version "2.02") (source (origin (method url-fetch) @@ -808,7 +808,7 @@ If used in a subtest, the remainder of the subtest will be skipped.") ".tar.gz")) (sha256 (base32 - "127kpl1va267qar2ia4c22xb96jby2jqnda3sj5pjgmxg8si26cg")))) + "0c306p9qdpa2ycii3c50hml23mwy6bjxpry126g1dw11hyiwcxgv")))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/Test-NoTabs/") |