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
commit 5f0e309248
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];