guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/07: gnu: perl-file-slurp: Update to 9999.28.


From: guix-commits
Subject: 06/07: gnu: perl-file-slurp: Update to 9999.28.
Date: Sat, 23 Nov 2019 09:41:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 63e633c6f69d4613bfb27d85c78f2b85fe3a5586
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 15:18:16 2019 +0100

    gnu: perl-file-slurp: Update to 9999.28.
    
    * gnu/packages/perl.scm (perl-file-slurp): Update to 9999.28.
---
 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 1ace8ae..9b56e58 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3873,14 +3873,14 @@ allows you to locate these files after installation.")
 (define-public perl-file-slurp
   (package
     (name "perl-file-slurp")
-    (version "9999.27")
+    (version "9999.28")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/C/CA/CAPOEIRAB/"
                            "File-Slurp-" version ".tar.gz"))
        (sha256
-        (base32 "1x233kj1qifvii7j8d4wzarwhj5z11vnpxsqvdm98dsccr7qi79s"))))
+        (base32 "1vkwh880lbyr2qcrfka7yb3z4yz9id4va52gfjgdnyfb1c0wx1q5"))))
     (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]