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:
parent
74cbda05a7
commit
6d48aec1f3
1 changed files with 6 additions and 6 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue