python3Packages.transitions: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2025-07-09 14:37:38 +00:00
parent dee962cda4
commit 3ce2b52d82

View File

@ -15,12 +15,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "transitions"; pname = "transitions";
version = "0.9.2"; version = "0.9.3";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-L4SQ29vUGTZs7xUWAyqwbQfMtYOe9UkF6EKkcmktQgQ="; hash = "sha256-iB+3W7FlTtVdhgYLsGfyxxb44VX1e7c/1ETlNxOq/sg=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];