Commit c72651eb authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pluthon: 1.1.0 -> 1.3.5

This commit was automatically generated using update-python-libraries.
parent ea815425
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,15 +10,15 @@

buildPythonPackage rec {
  pname = "pluthon";
  version = "1.1.0";
  version = "1.3.5";

  pyproject = true;

  src = fetchFromGitHub {
    owner = "OpShin";
    repo = "pluthon";
    rev = version;
    hash = "sha256-t8KWm2eBq6CzFPAWN9pgbpF62hvNNZWCpphJsY5T2OQ=";
    tag = version;
    hash = "sha256-9I4GLdaBxp1xG/3rFZvagugIhB0Vs21bMzPTI1/eKcE=";
  };

  propagatedBuildInputs = [