[Backport release-26.05] python3Packages.pysmart: 1.4.2 -> 1.4.3 (#531528)

This commit is contained in:
Michael Daniels 2026-06-15 21:21:32 +00:00 committed by GitHub
commit 53e31ae91f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pysmart";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchFromGitHub {
owner = "truenas";
repo = "py-SMART";
tag = "v${version}";
hash = "sha256-h9FBAoNYLs5XvLxSajyktCCcNgiT7mIp472C+fbqZFA=";
hash = "sha256-A3SqSo7dUiHB3twlVxNb+7CWki1AZdxlYMQWDwCb9QQ=";
};
postPatch = ''