Commit f81dbde2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.nicegui: 2.24.2 -> 3.0.3

parent 285ea04d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -42,14 +42,14 @@

buildPythonPackage rec {
  pname = "nicegui";
  version = "2.24.2";
  version = "3.0.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "zauberzeug";
    repo = "nicegui";
    tag = "v${version}";
    hash = "sha256-DfYNwtH3p1frF8ehKjl7P1iPQZ+icD4YKZHpD/9oj6Q=";
    hash = "sha256-tD12XUyIk2lSJwEN78EWmI2pHvpriycMvQ/v8Aphods=";
  };

  pythonRelaxDeps = [ "requests" ];