Merge pull request #131882 from fabaff/bump-pyairvisual

python3Packages.pyairvisual: 5.0.8 -> 5.0.9
This commit is contained in:
Ben Siraphob 2021-07-31 14:11:21 +07:00 committed by GitHub
commit 56b2d30af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyairvisual";
version = "5.0.8";
version = "5.0.9";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-QgMc0O5jk5LgKQg9ZMCZd3dNLv1typm1Rp2u8kSsqYk=";
sha256 = "1jfbwnipklpgxjgsgsx4j53anbqyrbgvj0wb84fvsm32jq9m8avf";
};
nativeBuildInputs = [ poetry-core ];