guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]