pythonPackages.kaptan: 0.5.10 -> 0.5.11

This commit is contained in:
Mario Rodas 2019-01-06 11:33:25 -05:00
parent 7f76246bef
commit 560548298b
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -6,20 +6,22 @@
buildPythonPackage rec {
pname = "kaptan";
version = "0.5.10";
version = "0.5.11";
src = fetchPypi {
inherit pname version;
sha256 = "44df200d030975650a3a832c13b48cafdeb1a237b23de181d6a2346107e39da3";
sha256 = "8403d6e48200c3f49cb6d6b3dcb5898aa5ab9d820831655bf9a2403e00cd4207";
};
propagatedBuildInputs = [ pyyaml ];
# No tests in archive
doCheck = false;
meta = with stdenv.lib; {
description = "Configuration manager for python applications";
homepage = https://emre.github.io/kaptan/;
homepage = https://kaptan.readthedocs.io/;
license = licenses.bsd3;
platforms = platforms.linux;
maintainers = with maintainers; [ jgeerds ];
};