python310Packages.dict2xml: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2022-02-17 02:07:21 +00:00
parent 49e534cf3b
commit 2d2d6d917f

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dict2xml";
version = "1.7.0";
version = "1.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "0bfn8n8sb3slwx7ra8m8fbfy65k20h2qxcqfq99hwqrrkgcffihl";
sha256 = "sha256-ZgCqMx8X7uODNhH3GJmkOnZhLKdVoVdpzyBJLEsaoBY=";
};
propagatedBuildInputs = [ six ];