mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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.
This commit is contained in:
parent
c161e9270d
commit
bbfdaaa655
1 changed files with 4 additions and 3 deletions
|
@ -3542,7 +3542,7 @@ (define-public perl-file-changenotify
|
|||
(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 @@ (define-public perl-file-configdir
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue