doitlive: 5.1.0 -> 5.2.0

This commit is contained in:
R. Ryantm
2025-11-07 21:30:44 +00:00
parent c6a381248f
commit f8d11fe9c2
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "doitlive";
version = "5.1.0";
version = "5.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-trzSX58De36W401oVJMGrbPoyD9uksUewrIlq8BbJcU=";
hash = "sha256-BBu98ZfDaypJfE0KadrFOnd6d1ZLV6wC1Hd9YFjRcPo=";
};
build-system = with python3Packages; [ flit-core ];