Loading pkgs/development/python-modules/superqt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "superqt"; version = "0.7.1"; version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = "superqt"; tag = "v${version}"; hash = "sha256-rKm4MUheQOJyaBggiZQ3U9J2kzOXrUcWpJnfPr4HzyU="; hash = "sha256-G+z1q1hSvF7Of197bycACRqxPc+fjxU93PDxMcMWCME="; }; build-system = [ Loading Loading @@ -60,7 +60,7 @@ buildPythonPackage rec { meta = with lib; { description = "Missing widgets and components for Qt-python (napari/superqt)"; homepage = "https://github.com/napari/superqt"; changelog = "https://github.com/pyapp-kit/superqt/releases/tag/v${version}"; changelog = "https://github.com/pyapp-kit/superqt/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; }; Loading Loading
pkgs/development/python-modules/superqt/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "superqt"; version = "0.7.1"; version = "0.7.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = "superqt"; tag = "v${version}"; hash = "sha256-rKm4MUheQOJyaBggiZQ3U9J2kzOXrUcWpJnfPr4HzyU="; hash = "sha256-G+z1q1hSvF7Of197bycACRqxPc+fjxU93PDxMcMWCME="; }; build-system = [ Loading Loading @@ -60,7 +60,7 @@ buildPythonPackage rec { meta = with lib; { description = "Missing widgets and components for Qt-python (napari/superqt)"; homepage = "https://github.com/napari/superqt"; changelog = "https://github.com/pyapp-kit/superqt/releases/tag/v${version}"; changelog = "https://github.com/pyapp-kit/superqt/releases/tag/${src.tag}"; license = licenses.bsd3; maintainers = with maintainers; [ SomeoneSerge ]; }; Loading