python3Packages.python-statemachine: 3.2.0 -> 3.2.1

(cherry picked from commit d4b596aab6)
This commit is contained in:
R. Ryantm
2026-08-09 23:37:38 +00:00
committed by github-actions[bot]
parent 8ec2a51e6d
commit 4ca553fdfe

View File

@@ -18,7 +18,7 @@
buildPythonPackage (finalAttrs: {
pname = "python-statemachine";
version = "3.2.0";
version = "3.2.1";
pyproject = true;
__structuredAttrs = true;
@@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
src = fetchPypi {
pname = "python_statemachine";
inherit (finalAttrs) version;
hash = "sha256-RLmMubsQgYke9u+pB8gh0FyuUxSiuZcT5W1Wqcli3gg=";
hash = "sha256-3/NmgsqwC6f3l+AevdkMTbssLgD+fPzJ+Sb2PFAmZQc=";
};
build-system = [ hatchling ];