scdl: 2.12.3 -> 2.12.4 (#386898)

This commit is contained in:
Nick Cao
2025-03-08 17:36:29 -05:00
committed by GitHub
+2 -2
View File
@@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "scdl";
version = "2.12.3";
version = "2.12.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-24X+UAabxjyUYF/0qgXEpHgBNXDNn/q8/Nxw2jXKQdM=";
hash = "sha256-5+3ok7UcJEdUW45bdPGkkvk+k/NYIpEi0URNuQ6e0vk=";
};
build-system = [ python3Packages.setuptools ];