Skip to content

Commit

Permalink
Merge pull request #328664 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.uv

python312Packages.uv: 0.2.26 -> 0.2.27
  • Loading branch information
GaetanLepage authored Jul 21, 2024
2 parents db5bef9 + 92956d9 commit 95d7ba3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 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 @@ -15,14 +15,14 @@

python3Packages.buildPythonApplication rec {
pname = "uv";
version = "0.2.26";
version = "0.2.27";
pyproject = true;

src = fetchFromGitHub {
owner = "astral-sh";
repo = "uv";
rev = "refs/tags/${version}";
hash = "sha256-JjRXcbRwZyrS0QFfDjlJrMUxXJrkv9uORibwZ11zZ50=";
hash = "sha256-KYBHg0E06zeUpyIdPcMQijUorwX4QiiPwacR+UcDFJs=";
};

cargoDeps = rustPlatform.importCargoLock {
Expand Down

0 comments on commit 95d7ba3

Please sign in to comment.