Merge pull request #299979 from r-ryantm/auto-update/python312Packages.qtpy

python312Packages.qtpy: 2.4.0 -> 2.4.1
This commit is contained in:
Weijia Wang 2024-04-05 23:37:45 +02:00 committed by GitHub
commit 9e20fab5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "qtpy";
version = "2.4.0";
version = "2.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "QtPy";
inherit version;
hash = "sha256-2y1QgWeqYQZ4FWXI2lxvFIfeusujNRnO3DX6iZfUJNQ=";
hash = "sha256-paFf/VGVUKE2G9xW/8B/2lamr3KS8Xx7OV1Ag69jKYc=";
};
propagatedBuildInputs = [