python311Packages.superqt: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-10 14:58:01 +02:00
parent a99f6f04f0
commit 9343603eae
@@ -1,17 +1,18 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, setuptools-scm
, pyqt5
, qtpy
, typing-extensions
, pytestCheckHook
, pygments
{
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools-scm,
pyqt5,
qtpy,
typing-extensions,
pytestCheckHook,
pygments,
}:
buildPythonPackage rec {
pname = "superqt";
version = "0.3.8";
version = "0.6.5";
format = "pyproject";
src = fetchFromGitHub {