python3Packages.pluthon: 1.1.0 -> 1.3.5

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:50 +01:00
parent ea8154251f
commit c72651eba5
@@ -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 = [