python3Packages.superqt: 0.7.3 -> 0.7.5 (#417765)

This commit is contained in:
Weijia Wang 2025-06-29 13:58:06 +02:00 committed by GitHub
commit ed341aab4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.7.3";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "superqt";
tag = "v${version}";
hash = "sha256-u9HnuqPcHb0Sk+UtgrCt9oziW1hCA6aQsieRO/ZG9fU=";
hash = "sha256-fLlItQRCxam7wlQZKKY+9/qAm8IFsVQZzyz3Ro5tDuU=";
};
build-system = [