Unverified Commit 6922c8ca authored by Jon Seager's avatar Jon Seager
Browse files

python3Packages.craft-providers: 1.23.0 -> 1.23.1

parent f6e8d5fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "craft-providers";
  version = "1.23.0";
  version = "1.23.1";

  pyproject = true;

@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "canonical";
    repo = "craft-providers";
    rev = "refs/tags/${version}";
    hash = "sha256-9ZoNgpuGytwozRsw0wnS3d2UBOIsh3VI/uzB1RD2Zac=";
    hash = "sha256-opVgOtbwZD+uQJ10Q8QlgQaS9KjRFnQ4h98Ak7Ze5qQ=";
  };

  patches = [
@@ -46,7 +46,7 @@ buildPythonPackage rec {
    # The urllib3 incompat: https://github.com/msabramo/requests-unixsocket/pull/69
    # This is already patched in nixpkgs.
    substituteInPlace pyproject.toml \
      --replace-fail "setuptools==67.8.0" "setuptools" \
      --replace-fail "setuptools==69.1.1" "setuptools" \
      --replace-fail "urllib3<2" "urllib3"
  '';