diff --git a/pkgs/development/python-modules/craft-parts/default.nix b/pkgs/development/python-modules/craft-parts/default.nix index 2edba40f9465..bececc2a50de 100644 --- a/pkgs/development/python-modules/craft-parts/default.nix +++ b/pkgs/development/python-modules/craft-parts/default.nix @@ -9,7 +9,6 @@ pyyaml, requests, requests-unixsocket, - urllib3, pytestCheckHook, pytest-check, pytest-mock, @@ -25,7 +24,7 @@ buildPythonPackage rec { pname = "craft-parts"; - version = "2.1.3"; + version = "2.1.4"; pyproject = true; @@ -33,7 +32,7 @@ buildPythonPackage rec { owner = "canonical"; repo = "craft-parts"; rev = "refs/tags/${version}"; - hash = "sha256-ouvl4mIDIWHWp84E1I41g/XnP22kCV55CqsVLit5yb4="; + hash = "sha256-z0Om1/0Y6fDFHXB0GKFelmYwNwTH7loTtRjXtmjsjkY="; }; patches = [ ./bash-path.patch ]; @@ -53,7 +52,6 @@ buildPythonPackage rec { pyyaml requests requests-unixsocket - urllib3 ]; pythonImportsCheck = [ "craft_parts" ];