scdl: 2.11.2 -> 2.11.3

This commit is contained in:
R. Ryantm
2024-07-28 07:37:21 +00:00
parent c135d5e191
commit a2ee8306f6
+2 -2
View File
@@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.11.2";
version = "2.11.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-5fko7WV1r0uP7//29tcmhO4Heu8QBNdhHv4afUs6W7E=";
hash = "sha256-3GmmGZ2uTE2T0GagWzBdbtFsTU3pcRxh0uh6/V16cUw=";
};
build-system = [ python3Packages.setuptools ];