python: tomlkit: 0.5.11 -> 0.6.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:34 +02:00
parent 9c4413db72
commit 2c2d36cfa0

View File

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "tomlkit"; pname = "tomlkit";
version = "0.5.11"; version = "0.6.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1kq1663iqxgwrmb883n55ypi5axnixla2hrby9g2x227asifsi7h"; sha256 = "74f976908030ff164c0aa1edabe3bf83ea004b3daa5b0940b9c86a060c004e9a";
}; };
propagatedBuildInputs = propagatedBuildInputs =