Merge pull request #207643 from r-ryantm/auto-update/python310Packages.pysmart

python310Packages.pysmart: 1.2.1 -> 1.2.2
This commit is contained in:
Fabian Affolter
2022-12-25 09:29:02 +01:00
committed by GitHub
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysmart";
version = "1.2.1";
version = "1.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "truenas";
repo = "py-SMART";
rev = "refs/tags/v${version}";
hash = "sha256-slLk4zoW0ht9hiOxyBt0caekjrPgih9G99pRiD2vIxE=";
hash = "sha256-qZJwUxU9LSKXpftBuKFnxI4gygHIuJEwGJqFaBlCudc=";
};
postPatch = ''