forked from M-Labs/artiq
1
0
Fork 0

flake: update qasync to support pyqt6

This commit is contained in:
mwojcik 2024-07-19 11:09:04 +08:00 committed by Sébastien Bourdeauducq
parent c4c932020a
commit d6bcc64518
1 changed files with 2 additions and 2 deletions

View File

@ -69,12 +69,12 @@
qasync = pkgs.python3Packages.buildPythonPackage rec {
pname = "qasync";
version = "0.24.1";
version = "0.25.0";
src = pkgs.fetchFromGitHub {
owner = "CabbageDevelopment";
repo = "qasync";
rev = "v${version}";
sha256 = "sha256-DAzmobw+c29Pt/URGO3bWXHBxgu9bDHhdTUBE9QJDe4=";
sha256 = "sha256-lfH8FNA8cP7dmxR+ihoe2Gr8uOxXHdqn1AhNLIkX5ko=";
};
propagatedBuildInputs = [ pkgs.python3Packages.pyqt6 ];
nativeCheckInputs = [ pkgs.python3Packages.pytest-runner pkgs.python3Packages.pytestCheckHook ];