python38Packages.pycontrol4: 0.3.0 -> 0.3.1

This commit is contained in:
R. RyanTM 2021-10-16 16:30:46 +00:00
parent 2a42aa9029
commit 9d79417e6e

View file

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pycontrol4"; pname = "pycontrol4";
version = "0.3.0"; version = "0.3.1";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "lawtancool"; owner = "lawtancool";
repo = "pyControl4"; repo = "pyControl4";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-z7MDz9fGwZY4JcqabeYFGZ9nsRU2qa5LYnNQx/ae/4Y="; sha256 = "068iiyi17ndv6cv124r5dzvififblbi2zw7jgnzb5xi0q093czkj";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [