guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: perl-file-slurper: Update to 0.012.


From: guix-commits
Subject: 01/01: gnu: perl-file-slurper: Update to 0.012.
Date: Mon, 7 Jan 2019 09:08:47 -0500 (EST)

jlicht pushed a commit to branch master
in repository guix.

commit 37e461e6f4e68966b914cf5e0fc831a640f7b09b
Author: Jelle Licht <address@hidden>
Date:   Sat Jan 5 22:00:55 2019 +0100

    gnu: perl-file-slurper: Update to 0.012.
    
    * gnu/packages/perl.scm (perl-file-slurper): Update to 0.012.
    [native-inputs]: Add perl-test-warnings.
---
 gnu/packages/perl.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index cb3a437..bb06ff1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3667,7 +3667,7 @@ file names in a directory.")
 (define-public perl-file-slurper
   (package
     (name "perl-file-slurper")
-    (version "0.008")
+    (version "0.012")
     (source
      (origin
        (method url-fetch)
@@ -3677,8 +3677,10 @@ file names in a directory.")
              ".tar.gz"))
        (sha256
         (base32
-         "0cyjspspms6zyjcqz9v18dbs574g085h2jzjh41xvsrc1qa8bxhh"))))
+         "0y5518ji60yfkx9ggjp309j6g8vfri4ka4zqlsys245i2sj2xysf"))))
     (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-warnings" ,perl-test-warnings)))
     (propagated-inputs
      `(("perl-perlio-utf8_strict" ,perl-perlio-utf8_strict)))
     (home-page "https://metacpan.org/release/File-Slurper";)



reply via email to

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