stratis-cli: 3.8.2 -> 3.8.3

This commit is contained in:
R. Ryantm
2025-11-09 03:29:31 +00:00
parent bb2e2e26e9
commit 577e746964

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "stratis-cli"; pname = "stratis-cli";
version = "3.8.2"; version = "3.8.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stratis-storage"; owner = "stratis-storage";
repo = "stratis-cli"; repo = "stratis-cli";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-0evuBr3ziiWKkR0FDjZ9BXrfRpQR7JtHsm/sYE8pIbg="; hash = "sha256-wkFInG/sbHxyi5UIjIANxsTd9BrIHuyAfYG4DvqLsmU=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [