forked from mirrors/nixpkgs
[cpan2nix] perlPackages.NetAmazonS3: 0.80 -> 0.84
dependencies: perlPackages.RefUtil: init at 0.204
This commit is contained in:
parent
20276b840a
commit
233f1b9d81
|
@ -11057,13 +11057,13 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
NetAmazonS3 = buildPerlPackage rec {
|
||||
name = "Net-Amazon-S3-0.80";
|
||||
name = "Net-Amazon-S3-0.84";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RC/RCONOVER/${name}.tar.gz";
|
||||
sha256 = "efb73dd9a96078742cb8564f7b58f5abe5168277342c7634961d63b4ef278848";
|
||||
url = mirror://cpan/authors/id/L/LL/LLAP/Net-Amazon-S3-0.84.tar.gz;
|
||||
sha256 = "9e995f7d7982d4ab3510bf30e842426b341be20e4b7e6fe48edafeb067f49626";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule LWPUserAgentDetermined MIMETypes MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions RegexpCommon TermEncoding TermProgressBarSimple VMEC2SecurityCredentialCache XMLLibXML ];
|
||||
buildInputs = [ TestDeep TestException ];
|
||||
propagatedBuildInputs = [ DataStreamBulk DateTimeFormatHTTP DigestHMAC DigestMD5File FileFindRule LWPUserAgentDetermined MIMETypes MooseXStrictConstructor MooseXTypesDateTimeMoreCoercions RefUtil RegexpCommon TermEncoding TermProgressBarSimple XMLLibXML ];
|
||||
meta = {
|
||||
description = "Use the Amazon S3 - Simple Storage Service";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
@ -13062,6 +13062,18 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
RefUtil = buildPerlPackage {
|
||||
name = "Ref-Util-0.204";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/A/AR/ARC/Ref-Util-0.204.tar.gz;
|
||||
sha256 = "1q85y5lzgl8wz5qnz3j6mch2fmllr668h54wszaz6i6gp8ysfps1";
|
||||
};
|
||||
meta = {
|
||||
description = "Utility functions for checking references";
|
||||
license = with stdenv.lib.licenses; [ mit ];
|
||||
};
|
||||
};
|
||||
|
||||
RegexpAssemble = buildPerlPackage rec {
|
||||
name = "Regexp-Assemble-0.38";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue