python310Packages.aioswitcher: 3.0.2 -> 3.0.3

This commit is contained in:
Fabian Affolter 2022-10-01 20:43:55 +02:00
parent 45215f4701
commit 7b75f98df5

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "aioswitcher";
version = "3.0.2";
version = "3.0.3";
format = "pyproject";
src = fetchFromGitHub {
owner = "TomerFi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-0BLEhSsmsSeozv8t7CFvoTnKqQa+rUy6Mzpse0pnrqU=";
hash = "sha256-CHyJuIqJpO7wUmOyeDXa4oBvxMthC96OCECtg13gqe0=";
};
nativeBuildInputs = [