Skip to content

Commit ed341aa

Browse files
authored
python3Packages.superqt: 0.7.3 -> 0.7.5 (#417765)
2 parents dbbf70e + e8946fe commit ed341aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/superqt/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "superqt";
21-
version = "0.7.3";
21+
version = "0.7.5";
2222
pyproject = true;
2323

2424
disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
2727
owner = "pyapp-kit";
2828
repo = "superqt";
2929
tag = "v${version}";
30-
hash = "sha256-u9HnuqPcHb0Sk+UtgrCt9oziW1hCA6aQsieRO/ZG9fU=";
30+
hash = "sha256-fLlItQRCxam7wlQZKKY+9/qAm8IFsVQZzyz3Ro5tDuU=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)