Merge pull request #172965 from r-ryantm/auto-update/python3.10-hatasmota

python310Packages.hatasmota: 0.4.1 -> 0.5.0
This commit is contained in:
Fabian Affolter 2022-05-14 10:11:40 +02:00 committed by GitHub
commit 66a5360723
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "hatasmota";
version = "0.4.1";
version = "0.5.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "emontnemery";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-So3wnz6HBGlgBgBJiU4m+fFx7f8Y+6c15OCD8GFGQaE=";
sha256 = "sha256-pIMao1zZXJJVEG9J9ypWlo/JF0nmci49ANcqHJSY2AY=";
};
propagatedBuildInputs = [