Merge pull request #122389 from fabaff/bump-hatasmota

python3Packages.hatasmota: 0.2.11 -> 0.2.12
This commit is contained in:
Martin Weinelt 2021-05-11 01:43:32 +02:00 committed by GitHub
commit 9383584145
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "hatasmota";
version = "0.2.11";
version = "0.2.12";
src = fetchFromGitHub {
owner = "emontnemery";
repo = pname;
rev = version;
sha256 = "sha256-S2pVxYpB8NcZIbhC+gnGrJxM6tvoPS1Uh87HTYiksWI=";
sha256 = "sha256-rf0EB9PxageMQhPzG96oWovt+5L/u68VPllzPT4yp2A=";
};
propagatedBuildInputs = [