python3Packages.pysmart: 1.4.1 -> 1.4.2 (#447806)

This commit is contained in:
Sandro
2025-10-30 23:17:14 +00:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pysmart";
version = "1.4.1";
version = "1.4.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "truenas";
repo = "py-SMART";
tag = "v${version}";
hash = "sha256-eVrJ83MTIlu7sDrOoaXwiWqxYmDJFU8tf+pb3ui9N5w=";
hash = "sha256-h9FBAoNYLs5XvLxSajyktCCcNgiT7mIp472C+fbqZFA=";
};
postPatch = ''