3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #193899 from fabaff/aioswitcher-bump

python310Packages.aioswitcher: 3.0.0 -> 3.0.3
This commit is contained in:
Fabian Affolter 2022-10-01 21:27:19 +02:00 committed by GitHub
commit b96d81f44d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "3.0.0";
version = "3.0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "TomerFi";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-zJS09YQRMv3B0daW0cgBRPoLQkPyGuBgMohf6E2yqaM=";
hash = "sha256-CHyJuIqJpO7wUmOyeDXa4oBvxMthC96OCECtg13gqe0=";
};
nativeBuildInputs = [
@ -54,7 +54,9 @@ buildPythonPackage rec {
"test_hexadecimale_timestamp_to_localtime_with_the_current_timestamp_should_return_a_time_string"
];
pythonImportsCheck = [ "aioswitcher" ];
pythonImportsCheck = [
"aioswitcher"
];
meta = with lib; {
description = "Python module to interact with Switcher water heater";