Skip to content

Commit 3ce2b52

Browse files
committed
python3Packages.transitions: 0.9.2 -> 0.9.3
1 parent dee962c commit 3ce2b52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/transitions/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515

1616
buildPythonPackage rec {
1717
pname = "transitions";
18-
version = "0.9.2";
18+
version = "0.9.3";
1919
pyproject = true;
2020

2121
src = fetchPypi {
2222
inherit pname version;
23-
hash = "sha256-L4SQ29vUGTZs7xUWAyqwbQfMtYOe9UkF6EKkcmktQgQ=";
23+
hash = "sha256-iB+3W7FlTtVdhgYLsGfyxxb44VX1e7c/1ETlNxOq/sg=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)