7 buildPythonPackage rec {
8 pname = "google-pasta";
12 inherit pname version;
13 sha256 = "0vm1r1jlaiagj0l9yf7j6zn9w3733dr2169911c0svgrr3gwiwn9";
16 propagatedBuildInputs = [
21 description = "An AST-based Python refactoring library";
22 homepage = "https://github.com/google/pasta";
23 # Usually the tag message contains a one-line summary of the changes.
24 changelog = "https://github.com/google/pasta/releases/tag/v${version}";
25 license = lib.licenses.asl20;
26 maintainers = with lib.maintainers; [ timokau ];