guix-commits
[Top][All Lists]
Advanced

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

137/182: gnu: perl-file-configdir: Update to 0.021.


From: guix-commits
Subject: 137/182: gnu: perl-file-configdir: Update to 0.021.
Date: Fri, 15 Nov 2019 00:01:55 -0500 (EST)

kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 4954a740fd7e06316d34438c8f08f225b414dc11
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 9 22:36:01 2019 +0200

    gnu: perl-file-configdir: Update to 0.021.
    
    * gnu/packages/perl.scm (perl-file-configdir): Update to 0.021.
    [propagated-inputs]: Add perl-test-without-module.
---
 gnu/packages/perl.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7362dc9..615d4cb 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3542,7 +3542,7 @@ changes made to any file.")
 (define-public perl-file-configdir
   (package
     (name "perl-file-configdir")
-    (version "0.018")
+    (version "0.021")
     (source
      (origin
        (method url-fetch)
@@ -3550,11 +3550,12 @@ changes made to any file.")
                            "File-ConfigDir-" version ".tar.gz"))
        (sha256
         (base32
-         "1xpzrlya0gskk7lm6gppyfwbk0swv0n6ssgp629575dk5l49z2rf"))))
+         "1ihlhdbwaybyj3xqfxpx4ii0ypa41907b6zdh94rvr4wyqa5lh3b"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-file-homedir" ,perl-file-homedir)
-       ("perl-list-moreutils" ,perl-list-moreutils)))
+       ("perl-list-moreutils" ,perl-list-moreutils)
+       ("perl-test-without-module" ,perl-test-without-module)))
     (home-page "https://metacpan.org/release/File-ConfigDir";)
     (synopsis "Get directories of configuration files")
     (description "This module is a helper for installing, reading and finding



reply via email to

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