guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: perl-file-slurp: Update to 9999.26.


From: guix-commits
Subject: 01/19: gnu: perl-file-slurp: Update to 9999.26.
Date: Sat, 23 Mar 2019 14:45:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b6c01d147f9ab08a2a6bf22793e34221619abf35
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:20:10 2019 +0100

    gnu: perl-file-slurp: Update to 9999.26.
    
    * gnu/packages/perl.scm (perl-file-slurp): Update to 9999.26.
---
 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 8d02ad1..05a0c53 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")



reply via email to

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