Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
craft-providers: 1.23.0 -> 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Apr 16, 2024
1 parent b576cf6 commit 0da92a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/craft-providers/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, lib, ... }:
let
pname = "craft-providers";
version = "1.23.0";
version = "1.23.1";
in
pkgs.python3Packages.buildPythonPackage rec {
inherit pname version;
Expand All @@ -11,7 +11,7 @@ pkgs.python3Packages.buildPythonPackage rec {
owner = "canonical";
repo = pname;
rev = version;
sha256 = "sha256-9ZoNgpuGytwozRsw0wnS3d2UBOIsh3VI/uzB1RD2Zac=";
sha256 = "sha256-opVgOtbwZD+uQJ10Q8QlgQaS9KjRFnQ4h98Ak7Ze5qQ=";
};

patches = [
Expand All @@ -27,7 +27,7 @@ pkgs.python3Packages.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"
'';

Expand Down

0 comments on commit 0da92a6

Please sign in to comment.