Loading pkgs/development/python-modules/pytest-twisted/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pytest-twisted"; version = "1.14.2"; version = "1.14.2-unstable-2024-08-22"; pyproject = true; src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-twisted"; rev = "refs/tags/v${version}"; hash = "sha256-1NkKTdk5D36VngJtBEdT42o1MmMT6stBne9KyC17518="; rev = "0f10b1500aa6c46a2b206abc690a4e00e3c7556b"; hash = "sha256-1dAfCa6hON0Vh9StI1Xw69IAwBzUkR6DdjQ0HNyoyME="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/pytest-twisted/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "pytest-twisted"; version = "1.14.2"; version = "1.14.2-unstable-2024-08-22"; pyproject = true; src = fetchFromGitHub { owner = "pytest-dev"; repo = "pytest-twisted"; rev = "refs/tags/v${version}"; hash = "sha256-1NkKTdk5D36VngJtBEdT42o1MmMT6stBne9KyC17518="; rev = "0f10b1500aa6c46a2b206abc690a4e00e3c7556b"; hash = "sha256-1dAfCa6hON0Vh9StI1Xw69IAwBzUkR6DdjQ0HNyoyME="; }; build-system = [ setuptools ]; Loading