Merge pull request #206069 from fabaff/pyairvisual-bump

python310Packages.pyairvisual: 2022.11.1 -> 2022.12.0
This commit is contained in:
Fabian Affolter 2022-12-14 17:39:52 +01:00 committed by GitHub
commit d7e27ad47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,16 +15,16 @@
buildPythonPackage rec {
pname = "pyairvisual";
version = "2022.11.1";
version = "2022.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-5o3iJEcpxiHvjEi6VZj39SelBtfeneg349hvFwJ2oQU=";
hash = "sha256-vuniAmjbC3EmFliLFhZ1LQvh533XeLGaIn8ll/Etb/4=";
};
nativeBuildInputs = [