Unverified Commit 870b6cfd authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264542 from fabaff/pysensibo-bump

python311Packages.pysensibo: 1.0.35 -> 1.0.36
parents 4c0e1248 612bd7f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "pysensibo";
  version = "1.0.35";
  version = "1.0.36";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-E3XUQ7Ltu9zhjWVvl1LN+UUz8B2dAjLa0CZI9ca35nc=";
    hash = "sha256-lsHKwFzfkGWuUiZGkt9zwjNDDU7i6gcqcEsi5SQqsSQ=";
  };

  propagatedBuildInputs = [