Merge pull request #167460 from r-ryantm/auto-update/python3.10-pyplaato

python310Packages.pyplaato: 0.0.15 -> 0.0.16
This commit is contained in:
Fabian Affolter 2022-04-06 10:52:07 +02:00 committed by GitHub
commit fd8d65b164
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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