python3Packages.pyairvisual: 2022.07.0 -> 2022.11.1

https://github.com/bachya/pyairvisual/releases/tag/2022.11.1
This commit is contained in:
Martin Weinelt 2022-11-09 00:04:04 +01:00
parent c398f1e140
commit 81ebd9749e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyairvisual";
version = "2022.07.0";
version = "2022.11.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-UzcKK0LJ/Xp5iVWsrDQ3nfhWgKAAxKmXrK1zPSoG/gY=";
sha256 = "sha256-5o3iJEcpxiHvjEi6VZj39SelBtfeneg349hvFwJ2oQU=";
};
nativeBuildInputs = [