python312Packages.superqt: 0.7.0 -> 0.7.1 (#374520)

https://github.com/pyapp-kit/superqt/releases/tag/v0.7.1
This commit is contained in:
R. RyanTM
2025-01-18 23:19:47 +01:00
committed by GitHub
parent c6b7c70428
commit c381a21ec2
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "superqt";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "pyapp-kit";
repo = "superqt";
tag = "v${version}";
hash = "sha256-1GtkT3GqEBu1I9zZb5u3wIm5ygYe/unhn2cXvhnPkQc=";
hash = "sha256-rKm4MUheQOJyaBggiZQ3U9J2kzOXrUcWpJnfPr4HzyU=";
};
build-system = [