Unverified Commit e2a2416b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python313Packages.nicegui: 2.22.0 -> 2.22.1 (#430539)

parents 9c76c8af ca5f051b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,14 +42,14 @@

buildPythonPackage rec {
  pname = "nicegui";
  version = "2.22.0";
  version = "2.22.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zauberzeug";
    repo = "nicegui";
    tag = "v${version}";
    hash = "sha256-NzczF8Tth1qTc36xu+wsSYxJyHde6kEtVvI/5rKbHqQ=";
    hash = "sha256-v9ELS0EzmqbaUhyqKidvN7UvvCHwBne2QkJJmTkheBg=";
  };

  pythonRelaxDeps = [ "requests" ];