We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee962c commit 3ce2b52Copy full SHA for 3ce2b52
pkgs/development/python-modules/transitions/default.nix
@@ -15,12 +15,12 @@
15
16
buildPythonPackage rec {
17
pname = "transitions";
18
- version = "0.9.2";
+ version = "0.9.3";
19
pyproject = true;
20
21
src = fetchPypi {
22
inherit pname version;
23
- hash = "sha256-L4SQ29vUGTZs7xUWAyqwbQfMtYOe9UkF6EKkcmktQgQ=";
+ hash = "sha256-iB+3W7FlTtVdhgYLsGfyxxb44VX1e7c/1ETlNxOq/sg=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments