Unverified Commit 051603ca authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.nicegui: 2.13.0 -> 2.15.0 (#399414)

parents 5c08ca53 5babe6ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,14 +50,14 @@

buildPythonPackage rec {
  pname = "nicegui";
  version = "2.13.0";
  version = "2.15.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zauberzeug";
    repo = "nicegui";
    tag = "v${version}";
    hash = "sha256-CawBLQstWLZ7AOmoOxsU7W7bZnnqvMmZacBC9CI/h+M=";
    hash = "sha256-pwR+9QBCIMZXFK9n8GRESl9UFsh7zcgOxTngdgdyMuc=";
  };

  build-system = [