python3Packages.superqt: 0.7.6 -> 0.7.7

This commit is contained in:
R. Ryantm
2025-12-29 17:11:16 +00:00
parent b5e62065fb
commit 2114a26325

View File

@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.7.6";
version = "0.7.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "superqt";
tag = "v${version}";
hash = "sha256-Hdi1aTMZeQqaqeK7B4yynTOBc6Cy1QcX5BHsr6g1xwM=";
hash = "sha256-l6O3qI1mkaqiQAVL2jIf/ylRntsqa5p2x+ojV1ZdAtE=";
};
build-system = [