python3Packages.dsl2html: 0.1.5 -> 0.2.0 (#447099)

This commit is contained in:
Yohann Boniface
2025-09-29 09:17:31 +00:00
committed by GitHub
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "dsl2html";
version = "0.1.5";
version = "0.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-LUtTMqQuwahIeMm9QvMe6rdHEw5LEjMQdyZFZvf/HRU=";
hash = "sha256-GIJgkUbnU3eRkBgkguAINgMH1YnDSs5I9gIdQWvmVc0=";
};
build-system = [ setuptools ];