python3Packages.hatasmota: 0.2.9 -> 0.2.10

This commit is contained in:
Fabian Affolter 2021-04-26 23:07:45 +02:00
parent 441f8ef8e4
commit 7cf6cbe49a

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "hatasmota";
version = "0.2.9";
version = "0.2.10";
src = fetchFromGitHub {
owner = "emontnemery";
repo = pname;
rev = version;
sha256 = "sha256-+4jlzemF5f4Qz4QHDaErsmVHq1Pjn/vsvoq/oCbW/hI=";
sha256 = "sha256-f831DKQJII1/MeF1buFihi65y3l7Vp7reVEcyzbAw3o=";
};
propagatedBuildInputs = [