mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: perl-file-slurper: Update to 0.012.
* gnu/packages/perl.scm (perl-file-slurper): Update to 0.012. [native-inputs]: Add perl-test-warnings.
This commit is contained in:
parent
92ce188331
commit
37e461e6f4
1 changed files with 4 additions and 2 deletions
|
@ -3667,7 +3667,7 @@ (define-public perl-file-slurp
|
|||
(define-public perl-file-slurper
|
||||
(package
|
||||
(name "perl-file-slurper")
|
||||
(version "0.008")
|
||||
(version "0.012")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3677,8 +3677,10 @@ (define-public perl-file-slurper
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cyjspspms6zyjcqz9v18dbs574g085h2jzjh41xvsrc1qa8bxhh"))))
|
||||
"0y5518ji60yfkx9ggjp309j6g8vfri4ka4zqlsys245i2sj2xysf"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-warnings" ,perl-test-warnings)))
|
||||
(propagated-inputs
|
||||
`(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)))
|
||||
(home-page "https://metacpan.org/release/File-Slurper")
|
||||
|
|
Loading…
Reference in a new issue