3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #196750 from r-ryantm/auto-update/python310Packages.aioswitcher

python310Packages.aioswitcher: 3.0.3 -> 3.1.0
This commit is contained in:
Fabian Affolter 2022-10-19 19:35:55 +02:00 committed by GitHub
commit 6d011f9296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,19 +8,22 @@
, pytest-resource-path
, pytest-sugar
, pytestCheckHook
, pythonOlder
, time-machine
}:
buildPythonPackage rec {
pname = "aioswitcher";
version = "3.0.3";
version = "3.1.0";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "TomerFi";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CHyJuIqJpO7wUmOyeDXa4oBvxMthC96OCECtg13gqe0=";
hash = "sha256-UnKi9/+BmQoJcv/Mlv9C9FYUgMy3J8KCGRrWPMGrM8Y=";
};
nativeBuildInputs = [