scdl: 2.11.4 -> 2.12.1

This commit is contained in:
R. Ryantm 2024-08-23 17:13:24 +00:00
parent 5b36ae93b0
commit 2067f837dc

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.11.4";
version = "2.12.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-2hw9nVKShRAY6K0xXhVuce/dAu4w/BE2cKKKndzPJ3s=";
hash = "sha256-8BMO5/XJdAkz/E1ZDXavJudNSOiZdYLcZVMk1S8g9nU=";
};
build-system = [ python3Packages.setuptools ];