gnu: perl-test-notabs: Update to 2.02.

* gnu/packages/perl-check.scm (perl-test-notabs): Update to 2.02.
master
Tobias Geerinckx-Rice 2018-04-26 21:42:29 +02:00
parent 93a554a0d9
commit a7999e2d63
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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/")