python3Packages.hatasmota: 0.2.10 -> 0.2.11

This commit is contained in:
Fabian Affolter 2021-04-29 09:07:10 +02:00
parent 0fe6b1ccde
commit 1a3b58e760

View file

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