diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 00:12:34 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-12 04:57:57 +0100 |
commit | 3b6903495ae485763cd2c0811a3e8c0896093330 (patch) | |
tree | 82ef301ec4e986deebb789eda01539df53fee48a | |
parent | ce2c11e9b19b0ba154f680e380a489638a5ac93c (diff) | |
download | patches-3b6903495ae485763cd2c0811a3e8c0896093330.tar patches-3b6903495ae485763cd2c0811a3e8c0896093330.tar.gz |
gnu: perl-io-stringy: Update to 2.111.
* gnu/packages/perl.scm (perl-io-stringy): Update to 2.111.
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index bf558043c6..8f2786124c 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -4042,7 +4042,7 @@ that reads or writes data from in-core strings.") (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 @@ that reads or writes data from in-core strings.") "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") |