python38Packages.datamodeldict: 0.9.7 -> 0.9.8

This commit is contained in:
R. Ryantm 2021-12-05 17:40:58 +00:00
parent af6071db60
commit ce59951184

View File

@ -5,12 +5,12 @@
}:
buildPythonPackage rec {
version = "0.9.7";
version = "0.9.8";
pname = "DataModelDict";
src = fetchPypi {
inherit pname version;
sha256 = "b1be7573cb4401aa250fd00f2e6392543f6f2498f8e02f6313595aa220e5c99e";
sha256 = "65c36954efa17449c69a4d8cb11c9273593ef01428cd77a609ee134eba771550";
};
propagatedBuildInputs = [ xmltodict ];