Merge pull request #137353 from fabaff/bump-poolsense

python3Packages.poolsense: 0.0.8 -> 0.1.0
This commit is contained in:
Sandro 2021-09-11 20:56:00 +02:00 committed by GitHub
commit 51e6eb031f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];