python312Packages.dom-toml: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2025-02-11 22:07:52 +00:00
parent b64b41e8d6
commit 87be39f10b
@@ -9,13 +9,13 @@
}:
buildPythonPackage rec {
pname = "dom-toml";
version = "2.0.0";
version = "2.0.1";
pyproject = true;
src = fetchPypi {
inherit version;
pname = "dom_toml";
hash = "sha256-PAfoQ2U4mUl0Ensa4DdmHRp3mskVxE/Qazq1/hQP9Yk=";
hash = "sha256-McWHRZXHd/QcwZHDTGbb6iFcgomnsUi0Jft6EMP0+8g=";
};
build-system = [ flit-core ];