Merge pull request #330593 from r-ryantm/auto-update/scdl

scdl: 2.11.2 -> 2.11.3
This commit is contained in:
Nick Cao
2024-07-28 10:50:31 -04:00
committed by GitHub
+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 ];