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

Nick Cao bd4266a6 01839ab6

+5 -5
+5 -5
pkgs/by-name/st/stratis-cli/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "stratis-cli"; 10 - version = "3.7.0"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "stratis-storage"; 15 - repo = pname; 16 tag = "v${version}"; 17 - hash = "sha256-F/RP/bWf2fV1IvNbrkYX3d94om1kACNe+oJI8pXM5P4="; 18 }; 19 20 - nativeBuildInputs = with python3Packages; [ 21 setuptools 22 ]; 23 24 - propagatedBuildInputs = with python3Packages; [ 25 dbus-client-gen 26 dbus-python-client-gen 27 justbytes
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "stratis-cli"; 10 + version = "3.8.0"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "stratis-storage"; 15 + repo = "stratis-cli"; 16 tag = "v${version}"; 17 + hash = "sha256-hbkklUX8QHGl9O+0Bcem6nbwyp6jbzFz5YtArh0W0oE="; 18 }; 19 20 + build-system = with python3Packages; [ 21 setuptools 22 ]; 23 24 + dependencies = with python3Packages; [ 25 dbus-client-gen 26 dbus-python-client-gen 27 justbytes