python3Packages.pycontrol4: 1.6.0 -> 2.0.1 (#492650)

This commit is contained in:
dotlambda
2026-02-21 03:18:02 +00:00
committed by GitHub
@@ -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 ];