Skip to content

Commit

Permalink
uv: 0.3.5 -> 0.4.0 (#338320)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Aug 30, 2024
2 parents 3326d57 + 6f88a5d commit 33b95d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 43 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ha/hatch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ python3Packages.buildPythonApplication rec {
"test_uv_env"
"test_pyenv"
"test_pypirc"
# Relies on FHS
# Could not read ELF interpreter from any of the following paths: /bin/sh, /usr/bin/env, /bin/dash, /bin/ls
"test_new_selected_python"
]
++ lib.optionals stdenv.isDarwin [
# https://github.com/NixOS/nixpkgs/issues/209358
Expand Down
44 changes: 3 additions & 41 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 @@ -16,14 +16,14 @@

python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.3.5";
version = "0.4.0";
pyproject = true;

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-D/BCxA7GOEu26xDkMmchXAMFB1pDewYSiOrNj2oSTyE=";
hash = "sha256-JEGcX4dT/cVLb07n2Y0nai17jW0tXpV18qaYVnoEpew=";
};

cargoDeps = rustPlatform.importCargoLock {
Expand Down

0 comments on commit 33b95d0

Please sign in to comment.