python310Packages.pyairvisual: 2022.12.0 -> 2022.12.1

Changelog: https://github.com/bachya/pyairvisual/releases/tag/2022.12.1
This commit is contained in:
Fabian Affolter 2022-12-16 09:19:47 +01:00
parent e848b60846
commit 025e15db62

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 = [