We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbbf70e + e8946fe commit ed341aaCopy full SHA for ed341aa
pkgs/development/python-modules/superqt/default.nix
@@ -18,7 +18,7 @@
18
19
buildPythonPackage rec {
20
pname = "superqt";
21
- version = "0.7.3";
+ version = "0.7.5";
22
pyproject = true;
23
24
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
27
owner = "pyapp-kit";
28
repo = "superqt";
29
tag = "v${version}";
30
- hash = "sha256-u9HnuqPcHb0Sk+UtgrCt9oziW1hCA6aQsieRO/ZG9fU=";
+ hash = "sha256-fLlItQRCxam7wlQZKKY+9/qAm8IFsVQZzyz3Ro5tDuU=";
31
};
32
33
build-system = [
0 commit comments