python312Packages.superqt: 0.7.2 -> 0.7.3 (#395535)

This commit is contained in:
Someone
2025-04-02 17:37:04 +00:00
committed by GitHub

View File

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