python310Packages.dicttoxml2: 2.0.0 -> 2.1.0

This commit is contained in:
Fabian Affolter
2022-08-14 23:41:12 +02:00
parent 989b7550e6
commit 104dd5ae9c
@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "dicttoxml2";
version = "2.0.0";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8/Zbv8WxDP5Bn4hgd7hTstmYv7amTlTxhQoKvzYrG/I=";
hash = "sha256-Z8tynzN911KAjAIbcMjfijT4S54RGl26o34ADur01GI=";
};
# Module has no tests