Unverified Commit 766e1c8a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

pyupgrade: 3.20.0 -> 3.21.0 (#450511)

parents 0257f4e7 ff746a37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pyupgrade";
  version = "3.20.0";
  version = "3.21.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "asottile";
    repo = "pyupgrade";
    rev = "v${version}";
    hash = "sha256-u4tbzxO7Q9+lGoAtg6cs0pyr/VCLmICOt6VVlvPmZV0=";
    hash = "sha256-8nvA0uN+j9lkACcNohfthW9lKfI9GIxLEwtJ+3lCYV0=";
  };

  propagatedBuildInputs = [ tokenize-rt ];