python311Packages.transitions: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm 2024-05-15 10:08:52 +00:00
parent e202aa82c4
commit ae8909e3a9

View File

@ -15,12 +15,12 @@
buildPythonPackage rec {
pname = "transitions";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-L1TRG9siV3nX5ykBHpOp+3F2aM49xl+NT1pde6L0jhA=";
hash = "sha256-NULDcQjpPirl8hUgjsVzLJSncpN4VKECzXNFuWf+5hs=";
};
build-system = [