python3Packages.hatasmota: 0.2.11 -> 0.2.12

This commit is contained in:
Fabian Affolter 2021-05-09 23:09:20 +02:00
parent 94a52465b7
commit 586e118d7b

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 = [