Merge pull request #87946 from timokau/google-pasta-0.2.0
python.pkgs.google-pasta: 0.1.8 -> 0.2.0
This commit is contained in:
commit
667bf5c167
@ -6,11 +6,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-pasta";
|
pname = "google-pasta";
|
||||||
version = "0.1.8";
|
version = "0.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "713813a9f7d6589e5defdaf21e80e4392eb124662f8bd829acd51a4f8735c0cb";
|
sha256 = "0vm1r1jlaiagj0l9yf7j6zn9w3733dr2169911c0svgrr3gwiwn9";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -20,6 +20,8 @@ buildPythonPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "An AST-based Python refactoring library";
|
description = "An AST-based Python refactoring library";
|
||||||
homepage = "https://github.com/google/pasta";
|
homepage = "https://github.com/google/pasta";
|
||||||
|
# Usually the tag message contains a one-line summary of the changes.
|
||||||
|
changelog = "https://github.com/google/pasta/releases/tag/v${version}";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ timokau ];
|
maintainers = with lib.maintainers; [ timokau ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user