diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-09 22:36:01 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-09 22:49:05 +0200 |
commit | bbfdaaa655e07fc8ed5c708330ccbc2659fa283c (patch) | |
tree | 8fe8ef13eb37482be7f6785ed321bbbfabfe8799 /gnu/packages/perl.scm | |
parent | c161e9270df46440ed4ce065bb2fad5577196572 (diff) |
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.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7362dc9d4b..615d4cb749 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 |