Unverified Commit 71a801a5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.nicegui: 3.1.0 -> 3.4.1 (#476799)

parents 9db3e962 f99d149c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -43,14 +43,14 @@

buildPythonPackage rec {
  pname = "nicegui";
  version = "3.1.0";
  version = "3.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zauberzeug";
    repo = "nicegui";
    tag = "v${version}";
    hash = "sha256-otHPWOdTrlmf2VQUOhr3196MhN6ihk97y5sOEmnXuAw=";
    hash = "sha256-fZAGqFQQFLFi5jWlQb1SAQnAFEtt2C07vNZXfyUHIa0=";
  };

  pythonRelaxDeps = [ "requests" ];