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

Configure Feed

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

uv-sort: 0.5.1 -> 0.6.0

R. Ryantm db549938 3108eaa5

+2 -2
+2 -2
pkgs/by-name/uv/uv-sort/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "uv-sort"; 9 - version = "0.5.1"; 9 + version = "0.6.0"; 10 10 pyproject = true; 11 11 12 12 # Build from GitHub does not work. Use fetchPypi instead of fetchFromGitHub. ··· 14 14 src = fetchPypi { 15 15 pname = "uv_sort"; 16 16 inherit version; 17 - hash = "sha256-d0mI3BQQaoG5pPnqBqyAI2LQffkS9fxX+itD9UEL050="; 17 + hash = "sha256-umKMcQcQST0bBGf7ZXxNcWq/5/ht3jp+3JVjowBdeO0="; 18 18 }; 19 19 20 20 build-system = with python3Packages; [