diff --git a/pkgs/tools/filesystems/stratis-cli/default.nix b/pkgs/tools/filesystems/stratis-cli/default.nix index ea44eccda6c..79447e64a75 100644 --- a/pkgs/tools/filesystems/stratis-cli/default.nix +++ b/pkgs/tools/filesystems/stratis-cli/default.nix @@ -6,14 +6,14 @@ python3Packages.buildPythonApplication rec { pname = "stratis-cli"; - version = "3.5.2"; + version = "3.5.3"; format = "pyproject"; src = fetchFromGitHub { owner = "stratis-storage"; repo = pname; rev = "v${version}"; - hash = "sha256-qQufRG+7Z7xUCRg2/aIzG8FH1j4PFFThS2ljwrT285s="; + hash = "sha256-YoPi2AtP6qZPMrlxbDAD0sDEKrSBHLLRcHbNLxlXXCk="; }; propagatedBuildInputs = with python3Packages; [ @@ -33,7 +33,6 @@ python3Packages.buildPythonApplication rec { disabledTestPaths = [ # tests below require dbus daemon "tests/whitebox/integration" - "tests/whitebox/monkey_patching" ]; pythonImportsCheck = [ "stratis_cli" ];