Merge pull request #121127 from fabaff/bump-hatasmota

python3Packages.hatasmota: 0.2.10 -> 0.2.11
This commit is contained in:
Maciej Krüger 2021-04-29 10:59:20 +02:00 committed by GitHub
commit 99668a0ea5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "hatasmota";
version = "0.2.10";
version = "0.2.11";
src = fetchFromGitHub {
owner = "emontnemery";
repo = pname;
rev = version;
sha256 = "sha256-f831DKQJII1/MeF1buFihi65y3l7Vp7reVEcyzbAw3o=";
sha256 = "sha256-S2pVxYpB8NcZIbhC+gnGrJxM6tvoPS1Uh87HTYiksWI=";
};
propagatedBuildInputs = [