Unverified Commit e62e02eb authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 5b1cba1d b82da17c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''