Loading pkgs/development/python-modules/aiosseclient/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "aiosseclient"; version = "0.1.3"; version = "0.1.6"; pyproject = true; src = fetchFromGitHub { owner = "ebraminio"; repo = "aiosseclient"; rev = version; hash = "sha256-T97HmO53w1zNpASPU+LRcnqtnQVqPWtlOXycpBw4WmY="; tag = version; hash = "sha256-jXDZPVkCTVwcz1TCiPRGJZkq2KeqOglAZNY//LmLuNg="; }; build-system = [ setuptools ]; Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = { description = "Asynchronous Server Side Events (SSE) client"; homepage = "https://github.com/ebraminio/aiosseclient"; changelog = "https://github.com/ebraminio/aiosseclient/releases/tag/${version}"; changelog = "https://github.com/ebraminio/aiosseclient/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/aiosseclient/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "aiosseclient"; version = "0.1.3"; version = "0.1.6"; pyproject = true; src = fetchFromGitHub { owner = "ebraminio"; repo = "aiosseclient"; rev = version; hash = "sha256-T97HmO53w1zNpASPU+LRcnqtnQVqPWtlOXycpBw4WmY="; tag = version; hash = "sha256-jXDZPVkCTVwcz1TCiPRGJZkq2KeqOglAZNY//LmLuNg="; }; build-system = [ setuptools ]; Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { meta = { description = "Asynchronous Server Side Events (SSE) client"; homepage = "https://github.com/ebraminio/aiosseclient"; changelog = "https://github.com/ebraminio/aiosseclient/releases/tag/${version}"; changelog = "https://github.com/ebraminio/aiosseclient/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading