Loading pkgs/development/python-modules/pyvlx/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -13,21 +13,21 @@ buildPythonPackage rec { pname = "pyvlx"; version = "0.2.23"; version = "0.2.25"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "Julius2342"; repo = "pyvlx"; rev = "refs/tags/${version}"; hash = "sha256-J+oJQHsULrJQNdZqYsl2hufNubMwV1KtG10jZH0jbU4="; hash = "sha256-c0HlmqLvpIn2GXorOArBKJ0YzvWz1spmhWwm6Gow2iU="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ pyyaml typing-extensions zeroconf Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/Julius2342/pyvlx"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}"; license = with licenses; [ lgpl2Only ]; license = licenses.lgpl2Only; maintainers = with maintainers; [ fab ]; broken = stdenv.hostPlatform.isDarwin; }; Loading Loading
pkgs/development/python-modules/pyvlx/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -13,21 +13,21 @@ buildPythonPackage rec { pname = "pyvlx"; version = "0.2.23"; version = "0.2.25"; pyproject = true; disabled = pythonOlder "3.10"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "Julius2342"; repo = "pyvlx"; rev = "refs/tags/${version}"; hash = "sha256-J+oJQHsULrJQNdZqYsl2hufNubMwV1KtG10jZH0jbU4="; hash = "sha256-c0HlmqLvpIn2GXorOArBKJ0YzvWz1spmhWwm6Gow2iU="; }; nativeBuildInputs = [ setuptools ]; build-system = [ setuptools ]; propagatedBuildInputs = [ dependencies = [ pyyaml typing-extensions zeroconf Loading @@ -45,7 +45,7 @@ buildPythonPackage rec { ''; homepage = "https://github.com/Julius2342/pyvlx"; changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}"; license = with licenses; [ lgpl2Only ]; license = licenses.lgpl2Only; maintainers = with maintainers; [ fab ]; broken = stdenv.hostPlatform.isDarwin; }; Loading