nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.transitions: 0.9.2 -> 0.9.3 (#423800)

authored by

Weijia Wang and committed by
GitHub
ec7cfdd9 866ad457

+2 -2
+2 -2
pkgs/development/python-modules/transitions/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "transitions"; 18 - version = "0.9.2"; 18 + version = "0.9.3"; 19 19 pyproject = true; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-L4SQ29vUGTZs7xUWAyqwbQfMtYOe9UkF6EKkcmktQgQ="; 23 + hash = "sha256-iB+3W7FlTtVdhgYLsGfyxxb44VX1e7c/1ETlNxOq/sg="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];