Unverified Commit 5edf0204 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python312Packages.dohq-artifactory: 0.10.3 -> 1.0.0 (#385133)

parents f441d249 50f907b3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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;