python3Packages.pykmtronic: 0.0.3 -> 0.3.0

This commit is contained in:
Fabian Affolter 2021-04-14 23:57:22 +02:00
parent c5173fe208
commit 2839557ff8

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pykmtronic";
version = "0.2.0";
version = "0.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "9d0301882f06a0c4865c89bb6c2a381c4a1ba6fe2a7a07d56351bdf5f96c9fa5";
sha256 = "sha256-8qLyBJp7C93x0PWbgDAtNEDJ5VLNfwZ3DRZfudRCBgo=";
};
propagatedBuildInputs = [ aiohttp lxml ];