stratis-cli: 3.7.0 -> 3.8.0

Diff: https://github.com/stratis-storage/stratis-cli/compare/refs/tags/v3.7.0...v3.8.0
This commit is contained in:
Nick Cao 2025-03-12 22:07:31 -04:00
parent 01839ab67e
commit bd4266a607
No known key found for this signature in database

View File

@ -7,21 +7,21 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "stratis-cli"; pname = "stratis-cli";
version = "3.7.0"; version = "3.8.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stratis-storage"; owner = "stratis-storage";
repo = pname; repo = "stratis-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-F/RP/bWf2fV1IvNbrkYX3d94om1kACNe+oJI8pXM5P4="; hash = "sha256-hbkklUX8QHGl9O+0Bcem6nbwyp6jbzFz5YtArh0W0oE=";
}; };
nativeBuildInputs = with python3Packages; [ build-system = with python3Packages; [
setuptools setuptools
]; ];
propagatedBuildInputs = with python3Packages; [ dependencies = with python3Packages; [
dbus-client-gen dbus-client-gen
dbus-python-client-gen dbus-python-client-gen
justbytes justbytes