mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-io-stringy: Update to 2.111.
* gnu/packages/perl.scm (perl-io-stringy): Update to 2.111.
This commit is contained in:
parent
ce2c11e9b1
commit
3b6903495a
1 changed files with 2 additions and 2 deletions
|
@ -4042,7 +4042,7 @@ (define-public perl-io-string
|
|||
(define-public perl-io-stringy
|
||||
(package
|
||||
(name "perl-io-stringy")
|
||||
(version "2.110")
|
||||
(version "2.111")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4050,7 +4050,7 @@ (define-public perl-io-stringy
|
|||
"IO-stringy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vh4n0k22hx20rwvf6h7lp25wb7spg0089shrf92d2lkncwg8g3y"))))
|
||||
"178rpx0ym5l2m9mdmpnr92ziscvchm541w94fd7ygi6311kgsrwc"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/IO-stringy/")
|
||||
(synopsis "IO:: interface for reading/writing an array of lines")
|
||||
|
|
Loading…
Reference in a new issue