python27Packages.tomlkit: 0.5.8 -> 0.5.11
This commit is contained in:
parent
3db82f6fc3
commit
511ebca3a3
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "tomlkit";
|
pname = "tomlkit";
|
||||||
version = "0.5.8";
|
version = "0.5.11";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "32c10cc16ded7e4101c79f269910658cc2a0be5913f1252121c3cd603051c269";
|
sha256 = "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs =
|
||||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/sdispater/tomlkit;
|
homepage = "https://github.com/sdispater/tomlkit";
|
||||||
description = "Style-preserving TOML library for Python";
|
description = "Style-preserving TOML library for Python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jakewaksbaum ];
|
maintainers = with maintainers; [ jakewaksbaum ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user