mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 2 deletions
|
@ -385,7 +385,7 @@ (define-public perl-autovivification
|
|||
(define-public perl-bareword-filehandles
|
||||
(package
|
||||
(name "perl-bareword-filehandles")
|
||||
(version "0.005")
|
||||
(version "0.006")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -394,7 +394,7 @@ (define-public perl-bareword-filehandles
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fdirls2pg7d6ymvlzzz59q3dy6hgh08k0qpr2mw51w127s8rav6"))))
|
||||
"1yxz6likpfshpyfrgwyi7dw6ig1wjhh0vnvbcs6ypr62pv00fv5d"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-b-hooks-op-check" ,perl-b-hooks-op-check)
|
||||
|
|
Loading…
Reference in a new issue