commit: 54390df88d5392117e51f44811b6816c072552e1
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 1 13:19:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 1 13:19:38 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54390df8
dev-python/uv: Fix crate-dist URL
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/uv/uv-0.5.26.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/uv/uv-0.5.26.ebuild b/dev-python/uv/uv-0.5.26.ebuild
index 2baf935b5931..58a5883390ab 100644
--- a/dev-python/uv/uv-0.5.26.ebuild
+++ b/dev-python/uv/uv-0.5.26.ebuild
@@ -31,7 +31,7 @@ SRC_URI="
"
if [[ ${PKGBUMPING} != ${PVR} ]]; then
SRC_URI+="
-
https://github.com/gentoo-crate-dist/uv/releases/download/${PV}/uv-${CRATE_PV}-crates.tar.xz
+
https://github.com/gentoo-crate-dist/uv/releases/download/${CRATE_PV}/uv-${CRATE_PV}-crates.tar.xz
"
fi