nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.nicegui: 2.24.0 -> 2.24.1 (#442171)

authored by

Nick Cao and committed by
GitHub
3d22fbd9 a0e687c8

+2 -2
+2 -2
pkgs/development/python-modules/nicegui/default.nix
··· 42 42 43 43 buildPythonPackage rec { 44 44 pname = "nicegui"; 45 - version = "2.24.0"; 45 + version = "2.24.1"; 46 46 pyproject = true; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "zauberzeug"; 50 50 repo = "nicegui"; 51 51 tag = "v${version}"; 52 - hash = "sha256-1PRoaNj2c3z76IgN3NvL9BFtfeFJ2mUfQ6KGN85H7ps="; 52 + hash = "sha256-Qwgs7e44h+i0YBLhmSReXVJEBSiShUT0M4QaU/X8uhI="; 53 53 }; 54 54 55 55 pythonRelaxDeps = [ "requests" ];