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

python310Packages.hatasmota: 0.5.0 -> 0.5.1
This commit is contained in:
Fabian Affolter 2022-05-31 09:08:27 +02:00 committed by GitHub
commit e36c288791
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.5.0";
version = "0.5.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "emontnemery";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-pIMao1zZXJJVEG9J9ypWlo/JF0nmci49ANcqHJSY2AY=";
sha256 = "sha256-1tCTkmhO9HyfdQuymTtFdCvxG9+Xs5/dEN5tB3/2fpQ=";
};
propagatedBuildInputs = [