python311Packages.pysensibo: 1.0.33 -> 1.0.35

https://github.com/andrey-git/pysensibo/releases/tag/1.0.35
This commit is contained in:
Martin Weinelt 2023-10-05 01:51:34 +02:00
parent 3340f02c68
commit 8a132db7a5
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pysensibo";
version = "1.0.33";
version = "1.0.35";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-A7IzAIV8dQVSmYTEp9yeySQ8eXnLFVkiuWFS3pe2YTA=";
hash = "sha256-E3XUQ7Ltu9zhjWVvl1LN+UUz8B2dAjLa0CZI9ca35nc=";
};
propagatedBuildInputs = [