stratis-cli: 3.5.3 -> 3.6.0

Diff: https://github.com/stratis-storage/stratis-cli/compare/v3.5.3...v3.6.0
This commit is contained in:
Nick Cao 2023-10-24 18:41:26 -04:00
parent 74cbda05a7
commit 6d48aec1f3
No known key found for this signature in database

View file

@ -6,24 +6,24 @@
python3Packages.buildPythonApplication rec {
pname = "stratis-cli";
version = "3.5.3";
version = "3.6.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "stratis-storage";
repo = pname;
rev = "v${version}";
hash = "sha256-YoPi2AtP6qZPMrlxbDAD0sDEKrSBHLLRcHbNLxlXXCk=";
hash = "sha256-mLmjMofdr0U+Bfnkde7lJqPXkd1ICPYdlcsOm2nOcQA=";
};
propagatedBuildInputs = with python3Packages; [
dbus-client-gen
dbus-python-client-gen
justbytes
packaging
psutil
python-dateutil
wcwidth
justbytes
dbus-client-gen
dbus-python-client-gen
packaging
];
nativeCheckInputs = with python3Packages; [