python3Packages.hatasmota: 0.2.13 -> 0.2.14

This commit is contained in:
Fabian Affolter 2021-05-26 17:56:24 +02:00
parent e83f3eca21
commit 12ea274a74

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "hatasmota";
version = "0.2.13";
version = "0.2.14";
src = fetchFromGitHub {
owner = "emontnemery";
repo = pname;
rev = version;
sha256 = "sha256-RzBEiO8IfeMls7ssCZ2yhL78UVrpZykwDl1IUshqOu8=";
sha256 = "sha256-sCGUlEN1ejWhc2+9JRQ7UPqueq30u8gGSPRxbs4cnLE=";
};
propagatedBuildInputs = [