python312Packages.superqt: 0.6.7 -> 0.7.0

This commit is contained in:
R. Ryantm
2024-12-15 20:17:33 +00:00
parent df586b9252
commit 3fce2feebe
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.6.7";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,8 +26,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "pyapp-kit";
repo = "superqt";
rev = "refs/tags/v${version}";
hash = "sha256-/VR9Lc1x+7J/3zyo/eBFBvGkPXzpTfPpNAvNhSzWio8=";
tag = "v${version}";
hash = "sha256-1GtkT3GqEBu1I9zZb5u3wIm5ygYe/unhn2cXvhnPkQc=";
};
build-system = [