Merge pull request #206356 from fabaff/pyairvisual-bump

python310Packages.pyairvisual: 2022.12.0 -> 2022.12.1
This commit is contained in:
Fabian Affolter 2022-12-17 09:40:34 +01:00 committed by GitHub
commit 1c1ec314b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pyairvisual";
version = "2022.12.0";
version = "2022.12.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
hash = "sha256-vuniAmjbC3EmFliLFhZ1LQvh533XeLGaIn8ll/Etb/4=";
hash = "sha256-xzTho4HsIU2YLURz9DfFfaRL3tsrtVi8n5IA2bRkyzw=";
};
nativeBuildInputs = [