scdl: 2.12.3 -> 2.12.4

This commit is contained in:
R. Ryantm
2025-03-04 02:05:55 +00:00
parent d03162cd45
commit 34ee1c6560
+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 ];