pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
uv: fix obvious typo
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Mar 6 12:08:41 2025 +0100
Changeset: 03bb45a0e934f9aa58e8cf8c23422bd06f38bfa0
Modified Files:
uv/distinfo
uv/patches/patch-Cargo.toml
Log Message:
uv: fix obvious typo
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=03bb45a0e934f9aa58e8cf8c23422bd06f38bfa0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
uv/distinfo | 2 +-
uv/patches/patch-Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/uv/distinfo b/uv/distinfo
index 6d7c6f9864..5f3d4f3c57 100644
--- a/uv/distinfo
+++ b/uv/distinfo
@@ -1674,5 +1674,5 @@ Size (zstd-safe-7.2.1.crate) = 21122 bytes
BLAKE2s (zstd-sys-2.0.13+zstd.1.5.6.crate) = df71c3b7a2dd396817e8e71eee920caccb9ae769f06d82920e6eea55df3be7dc
SHA512 (zstd-sys-2.0.13+zstd.1.5.6.crate) = c1f0176ebd0914879d0060796776c7fe376293ce9bc9f8f07ee3b809932a75aa033881d59a1bc99b6cd9af85b8e225fc09bcfc96013e556d7c11f155b759ecbf
Size (zstd-sys-2.0.13+zstd.1.5.6.crate) = 749090 bytes
-SHA1 (patch-Cargo.toml) = 129e2232fe022cf197f4bf7000abe210fcca4480
+SHA1 (patch-Cargo.toml) = 12bde3458cfd5b97f8254c55d50975343ca7676a
SHA1 (patch-crates_uv-client_Cargo.toml) = 05f9a564b83557d0d3f8434d47d855cdbaeae621
diff --git a/uv/patches/patch-Cargo.toml b/uv/patches/patch-Cargo.toml
index 0f13172a1f..c8e5f55c58 100644
--- a/uv/patches/patch-Cargo.toml
+++ b/uv/patches/patch-Cargo.toml
@@ -27,7 +27,7 @@ Depends on unpublished crates. Can't use cargo.mk to fetch them.
textwrap = { version = "0.16.1" }
thiserror = { version = "2.0.0" }
-tl = { git = "https://github.com/astral-sh/tl.git", rev = "6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
-+tl = { path = "../6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
++tl = { path = "../tl-6e25b2ee2513d75385101a8ff9f591ef51f314ec" }
tokio = { version = "1.40.0", features = ["fs", "io-util", "macros", "process", "rt", "signal", "sync"] }
tokio-stream = { version = "0.1.16" }
tokio-util = { version = "0.7.12", features = ["compat", "io"] }
Home |
Main Index |
Thread Index |
Old Index