Loading pkgs/development/python-modules/dohq-artifactory/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -14,17 +14,17 @@ buildPythonPackage rec { pname = "dohq-artifactory"; version = "0.10.3"; version = "1.0.0"; src = fetchFromGitHub { owner = "devopshq"; repo = "artifactory"; tag = version; hash = "sha256-AlC5WtYnMrrI8yR1io84QtblndlZLsGGiicc10tpnF8="; hash = "sha256-g6FozwSieurnXS76+yu/lBeL4yIWXdoyl9cUyUpMJx0="; }; # https://github.com/devopshq/artifactory/issues/430 disabled = pythonAtLeast "3.12"; # https://github.com/devopshq/artifactory/issues/470 disabled = pythonAtLeast "3.13"; pyproject = true; Loading Loading
pkgs/development/python-modules/dohq-artifactory/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -14,17 +14,17 @@ buildPythonPackage rec { pname = "dohq-artifactory"; version = "0.10.3"; version = "1.0.0"; src = fetchFromGitHub { owner = "devopshq"; repo = "artifactory"; tag = version; hash = "sha256-AlC5WtYnMrrI8yR1io84QtblndlZLsGGiicc10tpnF8="; hash = "sha256-g6FozwSieurnXS76+yu/lBeL4yIWXdoyl9cUyUpMJx0="; }; # https://github.com/devopshq/artifactory/issues/430 disabled = pythonAtLeast "3.12"; # https://github.com/devopshq/artifactory/issues/470 disabled = pythonAtLeast "3.13"; pyproject = true; Loading