python3Packages.poolsense: 0.0.8 -> 0.1.0

This commit is contained in:
Fabian Affolter 2021-09-11 09:10:24 +02:00
parent c678e050c1
commit 49d1493072

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "poolsense";
version = "0.0.8";
version = "0.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "09y4fq0gdvgkfsykpxnvmfv92dpbknnq5v82spz43ak6hjnhgcyp";
sha256 = "sha256-WCyuhk77QNJAiuzccrb2u0mfc81LYrYSSq9atgO0LdE=";
};
propagatedBuildInputs = [ aiohttp ];