diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 14:20:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 20:29:02 +0100 |
commit | b6c01d147f9ab08a2a6bf22793e34221619abf35 (patch) | |
tree | e2614afd56eac7a01fadb17164521064a8baae41 | |
parent | a506a4c3801838c0b75b58dd2ac8bb0ccf4279fb (diff) | |
download | patches-b6c01d147f9ab08a2a6bf22793e34221619abf35.tar patches-b6c01d147f9ab08a2a6bf22793e34221619abf35.tar.gz |
gnu: perl-file-slurp: Update to 9999.26.
* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.26.
-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 8d02ad137e..05a0c5309a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -3683,7 +3683,7 @@ allows you to locate these files after installation.") (define-public perl-file-slurp (package (name "perl-file-slurp") - (version "9999.25") + (version "9999.26") (source (origin (method url-fetch) @@ -3691,7 +3691,7 @@ allows you to locate these files after installation.") "File-Slurp-" version ".tar.gz")) (sha256 (base32 - "1hg3bhf5m78d77p4174cnldd75ppyrvr5rkc8w289ihvwsx9gsn7")))) + "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/File-Slurp") (synopsis "Reading/Writing/Modifying of complete files") |