gnu: perl-test-warnings: Update to 0.026.
* gnu/packages/perl.scm (perl-test-warnings): Update to 0.026.
This commit is contained in:
parent
3cb9d58ad6
commit
cbe50be4c9
|
@ -7081,7 +7081,7 @@ warning based code.")
|
||||||
(define-public perl-test-warnings
|
(define-public perl-test-warnings
|
||||||
(package
|
(package
|
||||||
(name "perl-test-warnings")
|
(name "perl-test-warnings")
|
||||||
(version "0.020")
|
(version "0.026")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -7089,7 +7089,7 @@ warning based code.")
|
||||||
"Test-Warnings-" version ".tar.gz"))
|
"Test-Warnings-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x262kybrdnbiiw53m1axp4zyh4lsfb9mm2shmpm8lwf7sp30isi"))))
|
"024srkwjckp15dxkni9lb1hc8bg4xwc52zz0iich8rv1nnqnhaxf"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "http://search.cpan.org/dist/Test-Warnings")
|
(home-page "http://search.cpan.org/dist/Test-Warnings")
|
||||||
(synopsis "Test for warnings and the lack of them")
|
(synopsis "Test for warnings and the lack of them")
|
||||||
|
|
Loading…
Reference in New Issue