gnu: perl-test-warnings: Update to 0.026.

* gnu/packages/perl.scm (perl-test-warnings): Update to 0.026.
This commit is contained in:
Alex Sassmannshausen 2017-03-23 13:58:24 +01:00
parent 3cb9d58ad6
commit cbe50be4c9
No known key found for this signature in database
GPG Key ID: 8BC4F4476E8A8E00
1 changed files with 2 additions and 2 deletions

View File

@ -7081,7 +7081,7 @@ warning based code.")
(define-public perl-test-warnings
(package
(name "perl-test-warnings")
(version "0.020")
(version "0.026")
(source
(origin
(method url-fetch)
@ -7089,7 +7089,7 @@ warning based code.")
"Test-Warnings-" version ".tar.gz"))
(sha256
(base32
"1x262kybrdnbiiw53m1axp4zyh4lsfb9mm2shmpm8lwf7sp30isi"))))
"024srkwjckp15dxkni9lb1hc8bg4xwc52zz0iich8rv1nnqnhaxf"))))
(build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Test-Warnings")
(synopsis "Test for warnings and the lack of them")