python3Packages.nicegui: 2.20.0 -> 2.21.1 (#425504)

authored by Fabian Affolter and committed by GitHub 29ce02a0 c078ffb7

+2 -2
+2 -2
pkgs/development/python-modules/nicegui/default.nix
··· 42 43 buildPythonPackage rec { 44 pname = "nicegui"; 45 - version = "2.20.0"; 46 pyproject = true; 47 48 src = fetchFromGitHub { 49 owner = "zauberzeug"; 50 repo = "nicegui"; 51 tag = "v${version}"; 52 - hash = "sha256-XCOFRfG+EkgSKz5Z7Ds9F2Vwl1+7GH7ojxuE6ruvO3Y="; 53 }; 54 55 pythonRelaxDeps = [ "requests" ];
··· 42 43 buildPythonPackage rec { 44 pname = "nicegui"; 45 + version = "2.21.1"; 46 pyproject = true; 47 48 src = fetchFromGitHub { 49 owner = "zauberzeug"; 50 repo = "nicegui"; 51 tag = "v${version}"; 52 + hash = "sha256-pQh3kFFlqfktpW5UtX7smb7qXubX5bMeM46hX8jhtTA="; 53 }; 54 55 pythonRelaxDeps = [ "requests" ];