Skip to content

Commit 1dcca7a

Browse files
authored
uv: 0.4.26 → 0.4.28 (#352027)
2 parents 14164a6 + 98d77d1 commit 1dcca7a

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

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

Lines changed: 33 additions & 33 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
python3Packages.buildPythonApplication rec {
1717
pname = "uv";
18-
version = "0.4.26";
18+
version = "0.4.28";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "astral-sh";
2323
repo = "uv";
2424
rev = "refs/tags/${version}";
25-
hash = "sha256-aeyKbuJXYJvpyxbyDWvx0FdK+Lg33xhVr5q0zbDob3M=";
25+
hash = "sha256-QoEgwMhoqabwbtjOVOW+hgOUuDVZQQ5x+cF6kdWgFvc=";
2626
};
2727

2828
cargoDeps = rustPlatform.importCargoLock {

0 commit comments

Comments
 (0)