python3Packages.pycontrol4: 1.6.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2026-02-21 02:28:48 +00:00
parent b5e7ee1123
commit a0a86cf6ea
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pycontrol4";
version = "1.6.0";
version = "2.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lawtancool";
repo = "pyControl4";
tag = "v${version}";
hash = "sha256-8Sd39i/PPphGj3SI20ny5PkUU2D6QKMXn+zsRs9taLw=";
hash = "sha256-CDo2tphWN62ZHz2nWa6oWWfzcPDhSLCu0B2NxEI8yMw=";
};
build-system = [ setuptools ];