Skip to content

Commit fa03321

Browse files
authored
Merge pull request #289501 from GaetanLepage/uv
uv: 0.1.2 -> 0.1.3
2 parents 99b92cf + c5ffeb2 commit fa03321

File tree

2 files changed

+58
-10
lines changed

2 files changed

+58
-10
lines changed

pkgs/by-name/uv/uv/Cargo.lock

Lines changed: 56 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/uv/uv/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
python3.pkgs.buildPythonApplication rec {
1717
pname = "uv";
18-
version = "0.1.2";
18+
version = "0.1.3";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "astral-sh";
2323
repo = "uv";
2424
rev = version;
25-
hash = "sha256-ZrXWipg3m5T3PiUF7IgAxtw1GGnzVZTZdodFwNCu054=";
25+
hash = "sha256-eOrmVI8Lc9ScWHst72xLayX0UHVij6h/jf2p8AXiIRE=";
2626
};
2727

2828
cargoDeps = rustPlatform.importCargoLock {

0 commit comments

Comments
 (0)