scdl: 3.0.7 -> 3.0.8

This commit is contained in:
R. Ryantm
2026-08-21 06:29:39 +00:00
parent 8aaa7b2528
commit 2fe062a575

View File

@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "scdl";
version = "3.0.7";
version = "3.0.8";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-3jwruTldVZ/j+i0X0+EW6JX8CwGQAZOGi2894MTrmVk=";
hash = "sha256-dThICN/QF79LemNj621gX9EW4SXOs/hqPHLh0NGLxi8=";
};
build-system = [ python3Packages.setuptools ];