scdl: 3.0.6 -> 3.0.7

This commit is contained in:
R. Ryantm
2026-07-16 06:13:58 +00:00
parent 8288eae5a4
commit 09be24a282
+2 -2
View File
@@ -7,12 +7,12 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "scdl";
version = "3.0.6";
version = "3.0.7";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-kAvK1KqfVK6axQXTkBtcMxc7OHLPYNfIyy2n+97LhB4=";
hash = "sha256-3jwruTldVZ/j+i0X0+EW6JX8CwGQAZOGi2894MTrmVk=";
};
build-system = [ python3Packages.setuptools ];