From eda942ec6f9b9bdc2b69927ebfb15daac3847290 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Wed, 7 Jun 2023 22:55:54 +0800 Subject: [PATCH] stratis-cli: 3.5.2 -> 3.5.3 Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.2...v3.5.3 --- pkgs/tools/filesystems/stratis-cli/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" ];