stratis-cli: 3.8.2 -> 3.8.3 (#459956)

This commit is contained in:
Masum Reza 2025-11-09 05:27:46 +00:00 committed by GitHub
commit 72cf96a8bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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