Unverified Commit 0d651503 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #203209 from fabaff/pysensibo-bump

python310Packages.pysensibo: 1.0.21 -> 1.0.22 
parents 6bab3187 9b3fe376
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "pysensibo";
  version = "1.0.21";
  version = "1.0.22";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,14 +16,14 @@ buildPythonPackage rec {
    owner = "andrey-git";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-YvriIG2G0NVlpzT91Ev13OJq8lNluqdEOTIQFQeWekI=";
    hash = "sha256-AUcdKcdoYCg8OgUcFoLLpNK5GQMTg89XCR5CkTfNkcc=";
  };

  propagatedBuildInputs = [
    aiohttp
  ];

  # no tests implemented
  # No tests implemented
  doCheck = false;

  pythonImportsCheck = [
@@ -33,6 +33,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module for interacting with Sensibo";
    homepage = "https://github.com/andrey-git/pysensibo";
    changelog = "https://github.com/andrey-git/pysensibo/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };