python3Packages.python-toolbox: 1.2.9 -> 1.2.10 (#459511)

This commit is contained in:
Nick Cao
2025-11-07 21:39:51 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "python-toolbox";
version = "1.2.9";
version = "1.2.10";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cool-RR";
repo = "python_toolbox";
tag = version;
hash = "sha256-qzzFgP5dTw4qSxovnmrSgGkW0AQw/tNOy2TbE/7wqxI=";
hash = "sha256-+Q7r4nbubp2xzkBgEyTuA0EeIvpT4bW+2NnckVkEKcY=";
};
build-system = [ setuptools ];