gnu: perl-bareword-filehandles: Update to 0.006.
* gnu/packages/perl.scm (perl-bareword-filehandles): Update to 0.006.
This commit is contained in:
parent
53ec1b7e8b
commit
6e66835393
|
@ -385,7 +385,7 @@ error when it would have happened.")
|
||||||
(define-public perl-bareword-filehandles
|
(define-public perl-bareword-filehandles
|
||||||
(package
|
(package
|
||||||
(name "perl-bareword-filehandles")
|
(name "perl-bareword-filehandles")
|
||||||
(version "0.005")
|
(version "0.006")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -394,7 +394,7 @@ error when it would have happened.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fdirls2pg7d6ymvlzzz59q3dy6hgh08k0qpr2mw51w127s8rav6"))))
|
"1yxz6likpfshpyfrgwyi7dw6ig1wjhh0vnvbcs6ypr62pv00fv5d"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-b-hooks-op-check" ,perl-b-hooks-op-check)
|
`(("perl-b-hooks-op-check" ,perl-b-hooks-op-check)
|
||||||
|
|
Loading…
Reference in New Issue