python3Packages.superqt: 0.7.7 -> 0.7.8

This commit is contained in:
R. Ryantm
2026-02-07 01:13:55 +00:00
parent 896dfb4f92
commit 262b01e862
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.7.7";
version = "0.7.8";
pyproject = true;
src = fetchFromGitHub {
owner = "pyapp-kit";
repo = "superqt";
tag = "v${version}";
hash = "sha256-l6O3qI1mkaqiQAVL2jIf/ylRntsqa5p2x+ojV1ZdAtE=";
hash = "sha256-ipDtwymKocCRwcW/eYpM6jrmrjkYQJlaEyaSV4SinMM=";
};
build-system = [