python311Packages.pysensibo: 1.0.27 -> 1.0.28

Changelog: https://github.com/andrey-git/pysensibo/releases/tag/1.0.28
This commit is contained in:
Fabian Affolter 2023-05-11 08:58:20 +02:00
parent c01b90c882
commit 15cba50540

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pysensibo";
version = "1.0.27";
version = "1.0.28";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-O0Dttr+2lLR+llJIb/uxFLfRjZmnpVWrRon4rOfsnTY=";
hash = "sha256-7mYYsJCiJZedbmO9fv/Zr+QZOaSE6d6ld94yWUhUmUQ=";
};
propagatedBuildInputs = [