Skip to content

Commit 9af9e6e

Browse files
authored
migrate-to-uv: 0.7.1 -> 0.7.2 (NixOS#394280)
2 parents 18f4ebf + 785f46b commit 9af9e6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/migrate-to-uv/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111

1212
python3.pkgs.buildPythonApplication rec {
1313
pname = "migrate-to-uv";
14-
version = "0.7.1";
14+
version = "0.7.2";
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {
1818
owner = "mkniewallner";
1919
repo = "migrate-to-uv";
2020
tag = version;
21-
hash = "sha256-+ONnunsq5DGHmAZu51SeJevHXsQbv6/upHhETJmDMMM=";
21+
hash = "sha256-mN0xU9hoaWP0gQnGlZSnge/0eZwcJm3E5cBTpgXSO1E=";
2222
};
2323

2424
cargoDeps = rustPlatform.fetchCargoVendor {
2525
inherit src pname version;
26-
hash = "sha256-7PwshE0g2sVp8xweV3OTt7LwkwqGFfCJb3DoX1zfzS8=";
26+
hash = "sha256-KhErvN3hn5Yjt/mY/fqXhxAh+GpzmM0mkgK8MaJwbcM=";
2727
};
2828

2929
build-system = [

0 commit comments

Comments
 (0)