python310Packages.pysmart: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2023-01-27 17:54:05 +00:00
parent 8d6a0e9658
commit 14533c1303

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pysmart";
version = "1.2.2";
version = "1.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "truenas";
repo = "py-SMART";
rev = "refs/tags/v${version}";
hash = "sha256-qZJwUxU9LSKXpftBuKFnxI4gygHIuJEwGJqFaBlCudc=";
hash = "sha256-5VoZEgHWmHUDkm2KhBP0gfmhOJUYJUqDLWBp/kU1404=";
};
postPatch = ''