Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
schema_version: 1

context:
version: "0.12.2"
version: "0.12.3"

package:
name: uv
version: ${{ version }}

source:
url: https://github.com/astral-sh/uv/releases/download/${{ version }}/source.tar.gz
sha256: 8e4ef810b319e74e99a5fe4303f0ee6296adfd0e201486051e607ea2118e2a99
sha256: 4c452cb8714107c376adc29f481c626f078d1435da21bd83ac8395c058d5beb5
patches:
- 0000-no-link-static-vc-runtime.patch
- 0001-no-writeln-space-colon.patch
Expand Down
Loading