python3Packages.python-toolbox: 1.2.9 -> 1.2.10

This commit is contained in:
R. Ryantm
2025-11-07 16:40:27 +00:00
parent 42550fd820
commit 6eebc47609
@@ -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 ];