perl-Connector: 1.16 -> 1.22

+12 -4
+12 -4
pkgs/top-level/perl-packages.nix
··· 2374 }; 2375 2376 Connector = buildPerlPackage rec { 2377 - name = "Connector-1.16"; 2378 src = fetchurl { 2379 url = "mirror://cpan/authors/id/M/MR/MRSCOTTY/${name}.tar.gz"; 2380 - sha256 = "0rbx4n86y5sdkff37w8djw1ahxrg79bsfgbrph3kjhh4jzd20q09"; 2381 }; 2382 - buildInputs = [ Moose ConfigStd YAML PathClass DateTime Log4Perl 2383 - ConfigVersioned TemplateToolkit]; 2384 }; 2385 2386 ConvertASN1 = buildPerlPackage rec {
··· 2374 }; 2375 2376 Connector = buildPerlPackage rec { 2377 + name = "Connector-1.22"; 2378 src = fetchurl { 2379 url = "mirror://cpan/authors/id/M/MR/MRSCOTTY/${name}.tar.gz"; 2380 + sha256 = "aa178d1865817ad2dea5c79645c8e6420ca2cfb951f20c98b5154307de219016"; 2381 }; 2382 + buildInputs = [ ConfigMerge ConfigStd ConfigVersioned CryptSSLeay DBDSQLite DBI IOSocketSSL LWPProtocolhttps LWPUserAgent TemplateToolkit YAML ]; 2383 + propagatedBuildInputs = [ LogLog4perl Moose ]; 2384 + prePatch = '' 2385 + # Attempts to use network. 2386 + rm t/01-proxy-http.t 2387 + ''; 2388 + meta = { 2389 + description = "A generic connection to a hierarchical-structured data set"; 2390 + license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; 2391 + }; 2392 }; 2393 2394 ConvertASN1 = buildPerlPackage rec {