uv: 0.1.4 -> 0.1.5

Diff: https://github.com/astral-sh/uv/compare/0.1.4...0.1.5
This commit is contained in:
Gaetan Lepage 2024-02-19 14:04:18 +01:00
parent 56f999a213
commit 9b0e483241
2 changed files with 4 additions and 3 deletions

@ -1237,6 +1237,7 @@ name = "gourgeist"
version = "0.0.4"
dependencies = [
"anstream",
"cachedir",
"camino",
"clap",
"directories",
@ -4115,7 +4116,7 @@ checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
[[package]]
name = "uv"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"anstream",
"anyhow",

@ -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 {