Loading pkgs/development/python-modules/pyvlx/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, pyyaml, setuptools, typing-extensions, Loading @@ -12,16 +11,14 @@ buildPythonPackage rec { pname = "pyvlx"; version = "0.2.26"; version = "0.2.27"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "Julius2342"; repo = "pyvlx"; tag = version; hash = "sha256-JwgElt0FFSGs3v+04AKPwTTpxvn8YzihJeD/+llbSMI="; hash = "sha256-FOchtl3HDByHIBRh0MXYnQYh6opzkcHOOYaINmMPu7w="; }; build-system = [ setuptools ]; Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { devices, e.g. Velux Windows. ''; homepage = "https://github.com/Julius2342/pyvlx"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${src.tag}"; license = lib.licenses.lgpl2Only; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/pyvlx/default.nix +3 −6 Original line number Diff line number Diff line Loading @@ -3,7 +3,6 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, pyyaml, setuptools, typing-extensions, Loading @@ -12,16 +11,14 @@ buildPythonPackage rec { pname = "pyvlx"; version = "0.2.26"; version = "0.2.27"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "Julius2342"; repo = "pyvlx"; tag = version; hash = "sha256-JwgElt0FFSGs3v+04AKPwTTpxvn8YzihJeD/+llbSMI="; hash = "sha256-FOchtl3HDByHIBRh0MXYnQYh6opzkcHOOYaINmMPu7w="; }; build-system = [ setuptools ]; Loading @@ -43,7 +40,7 @@ buildPythonPackage rec { devices, e.g. Velux Windows. ''; homepage = "https://github.com/Julius2342/pyvlx"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${src.tag}"; license = lib.licenses.lgpl2Only; maintainers = with lib.maintainers; [ fab ]; }; Loading