Skip to content

Commit

Permalink
uv: 0.4.30 -> 0.5.1 (#354450)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Nov 9, 2024
2 parents 74dd187 + 82b2896 commit 204006d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
37 changes: 22 additions & 15 deletions pkgs/by-name/uv/uv/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/uv/uv/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.4.30";
version = "0.5.1";
pyproject = true;

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-xy/fgy3+YvSdfq5ngPVbAmRpYyJH27Cft5QxBwFQumU=";
hash = "sha256-K70Vj3Y4+jZSMUkgM9mX8GYn8cZ3BieJ+5x/VbSK0C8=";
};

cargoDeps = rustPlatform.importCargoLock {
Expand Down

0 comments on commit 204006d

Please sign in to comment.