[cpan2nix] perlPackages.ConfigIniFiles: 2.94 -> 2.95

This commit is contained in:
volth 2018-04-07 07:54:08 +00:00
parent 74faa1fd37
commit a1f47c3740
1 changed files with 4 additions and 5 deletions

View File

@ -2347,14 +2347,13 @@ let self = _self // overrides; _self = with self; {
}; };
}; };
ConfigIniFiles = buildPerlPackage rec { ConfigIniFiles = buildPerlModule rec {
name = "Config-IniFiles-2.94"; name = "Config-IniFiles-2.95";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz"; url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
sha256 = "d6d38a416da79de874c5f1825221f22e972ad500b6527d190cc6e9ebc45194b4"; sha256 = "414a19f98cc745769ce762aefce01fa52d031bc244403cd32fd1f6257f2dedc2";
}; };
buildInputs = [ ModuleBuild perl ]; propagatedBuildInputs = [ IOStringy ];
propagatedBuildInputs = [ IOstringy ];
meta = { meta = {
description = "A module for reading .ini-style configuration files"; description = "A module for reading .ini-style configuration files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];