Skip to content

Commit

Permalink
Merge pull request NixOS#289959 from GaetanLepage/uv
Browse files Browse the repository at this point in the history
uv: 0.1.4 -> 0.1.5
  • Loading branch information
marsam authored Feb 19, 2024
2 parents acc20f7 + 9b0e483 commit 4913ba4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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 @@ -15,14 +15,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "uv";
version = "0.1.4";
version = "0.1.5";
pyproject = true;

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = version;
hash = "sha256-0bG1nReTaNqjHXCeW8gg3AWfXpsm8KulX6jsZQMVLlg=";
hash = "sha256-aiTec1uWcLcCA03qki5EE7Yy4Ne2+kXu9YtIVIAyd+o=";
};

cargoDeps = rustPlatform.importCargoLock {
Expand Down

0 comments on commit 4913ba4

Please sign in to comment.