[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: perl-file-slurp: Update to 9999.27.
From: |
guix-commits |
Subject: |
03/06: gnu: perl-file-slurp: Update to 9999.27. |
Date: |
Tue, 25 Jun 2019 04:09:56 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 44efdc029b2aa7e53f3e591baf6bde4021054c5b
Author: Efraim Flashner <address@hidden>
Date: Tue Jun 25 10:48:29 2019 +0300
gnu: perl-file-slurp: Update to 9999.27.
* gnu/packages/perl.scm (perl-file-slurp): Update to 9999.27.
---
gnu/packages/perl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 3875c71..43ece92 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3764,14 +3764,14 @@ allows you to locate these files after installation.")
(define-public perl-file-slurp
(package
(name "perl-file-slurp")
- (version "9999.26")
+ (version "9999.27")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
"File-Slurp-" version ".tar.gz"))
(sha256
- (base32 "0c09ivl50sg9j75si6cahfp1wgvhqawakb6h5j6hlca6vwjqs9qy"))))
+ (base32 "1x233kj1qifvii7j8d4wzarwhj5z11vnpxsqvdm98dsccr7qi79s"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/File-Slurp")
(synopsis "Reading/Writing/Modifying of complete files")
- branch master updated (b04cc2f -> 488f4e3), guix-commits, 2019/06/25
- 01/06: gnu: signing-party: Update home-page., guix-commits, 2019/06/25
- 02/06: gnu: signing-party: Update to 2.10., guix-commits, 2019/06/25
- 05/06: gnu: perl-super: Update to 1.20190531., guix-commits, 2019/06/25
- 06/06: gnu: perl-cpanel-json-xs: Update to 4.12., guix-commits, 2019/06/25
- 04/06: gnu: perl-mailtools: Update to 2.21., guix-commits, 2019/06/25
- 03/06: gnu: perl-file-slurp: Update to 9999.27.,
guix-commits <=