python310Packages.pyplaato: 0.0.16 -> 0.0.17

This commit is contained in:
R. Ryantm 2022-04-07 21:08:50 +00:00
parent eb910c91fa
commit 5f2673066f

View File

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyplaato"; pname = "pyplaato";
version = "0.0.16"; version = "0.0.17";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-0hbdwgkQhcjD9YbpG+bczAAi9u1QfrJdMn1g14EBPac="; sha256 = "sha256-fd7gHDah5yoqpH5d3bwEDsIfeflXzXevJLMD7lvz180=";
}; };
propagatedBuildInputs = [ aiohttp python-dateutil ]; propagatedBuildInputs = [ aiohttp python-dateutil ];