mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: perl-test-taint: Update to 1.08.
* gnu/packages/perl-check.scm (perl-test-taint): Update to 1.08.
This commit is contained in:
parent
bddb78e01a
commit
d2cb69dfd4
1 changed files with 2 additions and 2 deletions
|
@ -1345,7 +1345,7 @@ (define-public perl-test-subcalls
|
|||
(define-public perl-test-taint
|
||||
(package
|
||||
(name "perl-test-taint")
|
||||
(version "1.06")
|
||||
(version "1.08")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1353,7 +1353,7 @@ (define-public perl-test-taint
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01rip5d7gdr1c7lq6yczzkqfd0500nfa977ryigylj6jj75526vj"))))
|
||||
"0zd946qam0yffpciqqd9xhn92gdplyh3mii4a1w96b1max14snax"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Test-Taint")
|
||||
(synopsis "Checks for taintedness of variables")
|
||||
|
|
Loading…
Reference in a new issue