gnu: perl-test-notabs: Update to 2.02.
* gnu/packages/perl-check.scm (perl-test-notabs): Update to 2.02.
This commit is contained in:
parent
93a554a0d9
commit
a7999e2d63
|
@ -798,7 +798,7 @@ If used in a subtest, the remainder of the subtest will be skipped.")
|
||||||
(define-public perl-test-notabs
|
(define-public perl-test-notabs
|
||||||
(package
|
(package
|
||||||
(name "perl-test-notabs")
|
(name "perl-test-notabs")
|
||||||
(version "2.00")
|
(version "2.02")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -808,7 +808,7 @@ If used in a subtest, the remainder of the subtest will be skipped.")
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"127kpl1va267qar2ia4c22xb96jby2jqnda3sj5pjgmxg8si26cg"))))
|
"0c306p9qdpa2ycii3c50hml23mwy6bjxpry126g1dw11hyiwcxgv"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"http://search.cpan.org/dist/Test-NoTabs/")
|
"http://search.cpan.org/dist/Test-NoTabs/")
|
||||||
|
|
Loading…
Reference in New Issue