perlPackages.HTTPTinyCache: init at 0.002

This commit is contained in:
Stig Palmquist 2020-12-07 17:23:22 +01:00
parent 55b8c6e217
commit 2fc7e6ffab
No known key found for this signature in database
GPG Key ID: DA4C335C11D70DA7

View File

@ -9900,6 +9900,22 @@ let
};
};
HTTPTinyCache = buildPerlPackage {
pname = "HTTP-Tiny-Cache";
version = "0.002";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PERLANCAR/HTTP-Tiny-Cache-0.002.tar.gz";
sha256 = "08c6274x7fxl9r7cw1yiq21wv2mjgxw7db0wv5r80dyw377vfzbk";
};
propagatedBuildInputs = [ FileUtilTempdir Logger ];
meta = {
homepage = "https://metacpan.org/release/HTTP-Tiny-Cache";
description = "Cache HTTP::Tiny responses";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
maintainers = [ maintainers.sgo ];
};
};
HTTPTinyish = buildPerlPackage {
pname = "HTTP-Tinyish";
version = "0.17";