python3Packages.craft-providers: 1.23.0 -> 1.23.1

This commit is contained in:
Jon Seager 2024-04-11 15:05:53 +01:00
parent f6e8d5fa87
commit 6922c8caa3
No known key found for this signature in database

View File

@ -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"
'';